diff --git a/store/templates/app.html b/store/templates/app.html index 2bf65d94..8d163e1f 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -1,18 +1,22 @@ {% extends "base.html" %} +{% block title %} +{{ infos['manifest']['name'] }} +{% endblock %} {% block main %}
- {{ _('Logo for %(app)s',app=infos['manifest']['name']) }} -

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

+ > +

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

{% if infos['category'] %} @@ -23,15 +27,15 @@ {% if infos['level'] == "?" or infos["level"]|int <= 4 %} {% elif infos['level'] == 8 %} {% endif %} @@ -78,9 +82,9 @@ {{ _("Demo") }} {% endif %} - + Install
with
- + YunoHost
@@ -94,7 +98,7 @@
{{ infos["full_description_html"]|safe }}
{% if infos["screenshot"] %} - + {{ _( {% endif %} {% if infos["manifest"]["integration"]["architectures"] != "all" %} @@ -111,13 +115,13 @@ {% if infos["pre_install_html"] %}
-

{{ _("Important infos before installing") }}

+

{{ _("Important infos before installing") }}

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

{{ _("Anti-features") }}

+

{{ _("Anti-features") }}

{{ _("(This app has features you may not like)") }}