{% extends "base.html" %} {% block main %}

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

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["category"] }}

{{ infos["level"] }}

Antifeatures: {{ infos["anti_features"] }}

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

{{ infos["manifest"]["upstream"] }}

{{ infos["pre_install_html"] | safe }}
{% endblock %}