{% include 'includes/head.html' %} {% include 'includes/logo_header.html' %}
{{app.name}}

 
{% if not app.hide_status_icon %}
{% endif %}

{{app_status}}


{% if not app.is_installed %} {% else %} {% if app.is_enabled and app.app_page_show_open_button %} {% if app.http_port != "" or app.https_port != "" %}
{% endif %} {% endif %} {% if app.is_enabled %} {% for btn in app.app_page_additional_buttons %} {% endfor %}
{% endif %} {% if app.can_enable_disable %} {% if not app.is_enabled %} {% else %} {% endif %} {% endif %} {% endif %}
Info
{% if app.author.name is defined %} {% endif %} {% if app.website.name is defined and app.website.link is defined %} {% endif %}
Installed Version {% if app.is_installed %} {{app.current_version}} {% else %} Not Installed {% endif %}
Author {% if app.author.link is defined and app.author.link != "" %} {{app.author.name}} {% else %} {{app.author.name}} {% endif %}
Website {{app.website.name}}
{% if app.app_page_content is defined and app.app_page_content|length > 0 %} {% for section in app.app_page_content %}
{{section.heading}}
{% for parapraph in section.content %}

{{parapraph}}

{% endfor %}
{% endfor %} {% endif %}