{% extends "base.html" %} {% block title %} {{ infos['manifest']['name'] }} {% endblock %} {% block main %}
{{ _("Current version: %(version)s", version=infos["manifest"]["version"]) }}
{% if infos["potential_alternative_to"] %}{{ _("Potential alternative to: %(alternatives)s", alternatives=infos["potential_alternative_to"]|join(', ')) }}
{% endif %}{{ _("(This app has features you may not like)") }}