{% 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

Please select your project folder into the box...
{% endif %}
{% endblock %}