{% set locale = 'en' %} {% extends "base.html" %} {% block main %}

{{ infos["manifest"]["name"] }}

{% if infos['category'] %} {{ catalog['categories'][infos['category']]['title'][locale].lower() }} {% endif %}
{% if infos['level'] == 0 %}
{% elif infos['level']|int <= 4 %}
{% elif infos['level'] == 8 %}
{% endif %}
123 {% if infos["manifest"]["upstream"]["demo"] %} Try the demo {% endif %}

Current version: {{ infos["manifest"]["version"] }}

{% if infos["potential_alternative_to"] %}

Potential alternative to: {{ infos["potential_alternative_to"]|join(', ') }}

{% endif %}
{{ infos["full_description_html"]|safe }}
{% if infos["screenshot"] %} {% endif %}

{{ infos["manifest"]["integration"] }}

{{ infos["pre_install_html"] | safe }}
{% if infos["antifeatures"] %}

Anti-features

(This app has features you may not like)

{% endif %}

Useful links

{% set upstream = infos["manifest"]["upstream"] %} License : {{ upstream.license }} {% if upstream.website %} Official website{% endif %} {% if upstream.admindoc %} Official admin documentation{% endif %} {% if upstream.userdoc %} Official user documentation{% endif %} {% if upstream.code %} Official code repository{% endif %} YunoHost package repository
{% endblock %}