{% set app_page_title="Application Statistics"%}
{% if standalone_app_page %}
{% endif %}
Application Statistics:
{% if versions_user_is_admin_on %}
{% for version_key in versions_user_is_admin_on.keys() %}
-
{{ version_key }}
{% endfor %}
{% else %}
- No apps are currently uploaded that you are an administrator on.
{% endif %}