{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
Manage Applications
{% include 'includes/message_display.html' %}
{% if has_customized_app_versions %}
Your application versions have been customized.

Configure
{% endif %}

{% for app in apps %} {% if app.show_on_application_page and app.is_installed %} {% if not product_key_skipped or product_key_skipped and not app.is_premium %} {% endif %} {% endif %} {% endfor %}
Application Installed Version Latest Version Actions
{{ app.name }} {% if app.is_installed %} {{ app.current_version }} {% endif %} {{ app.latest_version }} {% if app.has_custom_version %} {% endif %} {% if app.is_installed %}
{% endif %}
{% if app.can_enable_disable %} {% if app.is_enabled %} {% else %} {% endif %} {% endif %} {% if app.is_installed and app.is_enabled %} {% endif %} {% if app.is_installed and app.current_version != app.latest_version %} {% endif %} {% if app.is_installed and app.can_reinstall %} {% elif not app.is_installed %} {% endif %} {% if app.is_installed and app.can_uninstall %} {% endif %}

*Only displaying installed applications

{% if not product_key_skipped %}

Customize Application Versions
{% endif %}


{% include 'includes/footer.html' %}