{% extends "layout.html" %} {% block css %} {% endblock css %} {% block body %}

< Go back to the app summary

{{ metadata.title }}

{% if metadata.categories %} {% for category in metadata.categories %} {{ category_map[category]["title"] }} {% endfor %} {% else %} No categories specified.
Ask the app developers to specify categories in apps.json. {% endif %}

General information

{% if metadata.external_url %}

App homepage: Go to app homepage

{% endif %} {% if metadata.documentation_url %}

Documentation: Go to app documentation

{% else %}

Documentation: Documentation not provided by the app author

{% endif %}

Detailed information

{% if metadata %}

Author(s): {{ metadata.authors }}

Short description: {{ metadata.description }}

Most recent version: {{ releases | sort_semantic | first }}

{% else %}

Unable to retrieve meta information for this app.

{% endif %}
{% endblock body %}