{% set app_page_title="Delete an Application" %} {% if standalone_app_page %} {% endif %} {% set apps=apps_user_owns %}
{% if flash_message %}
  • {{ flash_message }}
{% endif %} {% if apps|length > 0 %}

{% else %}
{% if is_user_cloud_admin %}

There are no applications running.
{% else %}

There are no running applications that you have permission to delete.
{% endif %} Want to upload an app?

{% endif %}