{% extends "tethys_portal/accounts/base.html" %} {% block title %}Remove App{% endblock %} {% block account_form_title %}Remove App{% endblock %} {% block account_form_body %} {% if not deleting %} Are you sure you want to remove the following app from this portal?

"{{app_name}}" ({{app_package}})

{% csrf_token %} Cancel
{% else %} {% include "./lifecycle_progress.html" with action="Removing" app_name=app_name app_package=app_package %} {% endif %} {% endblock %}