{% include 'includes/head.html' %}
{% include 'includes/logo_header.html' %}Application | Installed Version | Latest Version | Actions | {% 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 %}||||||
{{ app.name }} | {% if app.is_installed %} {{ app.current_version }} {% endif %} |
{{ app.latest_version }}
{% if app.has_custom_version %}
|
{% 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