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

{{app.short_description}}


{% if not product_key_skipped or product_key_skipped and not app.is_premium %} {% if not app.is_installed %} {% if app.is_manually_added %}

{% endif %} {% else %} {% if app.current_version != app.latest_version %} {% endif %} {% if app.can_reinstall %} {% endif %} {% if app.can_uninstall %} {% endif %} {% endif %} {% else %}

Premium Feature

{% endif %}
Info
{% if app.author.name is defined and app.author.name != "" %} {% endif %} {% if app.website.name is defined and app.website.link is defined and app.website.name != "" %} {% endif %} {% if app.error is defined and app.error != "" %} {% endif %}
Installed Version {% if app.is_installed %} {{app.current_version}} {% else %} Not Installed {% endif %}
Latest Version {{app.latest_version}}
Author {% if app.author.link is defined and app.author.link != "" %} {{app.author.name}} {% else %} {{app.author.name}} {% endif %}
Website {{app.website.name}}
Error {{app.error}}
Description
{% if app.description is defined and app.description|length > 0 %} {% if app.description is string %}

{{app.description}}

{% elif app.description is iterable %} {% for parapraph in app.description %}

{{parapraph}}

{% endfor %} {% else %}

Unknown description format.

{% endif %} {% else %} No description available. {% endif %}
{% if app.screenshots is defined and app.screenshots|length > 0 %}
Screenshots
{% endif %}


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