{% extends "tethys_portal/accounts/base.html" %} {% load django_bootstrap5 %} {% block title %}Create App{% endblock %} {% bootstrap_messages %} {% block account_form_title %}Create App{% endblock %} {% block account_form_body %} {% if form %}
{% csrf_token %} {% bootstrap_form form %} Cancel
{% else %} {% include "./lifecycle_progress.html" with action="Creating" app_name=app_name app_package=app_package %} {% endif %} {% endblock %}