{% extends "layout.html" %} {% block title %}{% if method == "new" %}Adding new software{%else%}Open existing project{%endif%}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{% if method == "new" %}

Create your software release


Select the parent directory

Please select your parent folder into the box...
{% elif method == "open" %}

Select the folder of your software release into the box

WARNING: Opening a new software release WILL ERASE YOUR EXISTING INSTANCE. Proceed with caution!

{% endif %}
{% endblock %}