{% include 'includes/head.html' %}
{% include 'includes/logo_header.html' %}{{app.short_description}}
Premium Feature
{% 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}} |
{{app.description}}
{% elif app.description is iterable %} {% for parapraph in app.description %}{{parapraph}}
{% endfor %} {% else %}Unknown description format.
{% endif %} {% else %} No description available. {% endif %}