{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% load static %}
{% if app_info.icon_filename %} {% if app_info.app_id %} {{ app_info.name  }} {% else %} {{ app_info.name  }} {% endif %} {% endif %}
{% block pagetitle %}
{% if setup %}

{% trans "Installation" %}: {{ app_info.name }}

{% else %}

{{ app_info.name }}

{% endif %} {% if app_info.short_description %}

{{ app_info.short_description }}

{% endif %}
{% endblock %} {% if app_enable_disable_form %}
{% csrf_token %} {{ app_enable_disable_form }}
{% endif %}
{% block description %} {% for paragraph in app_info.description %}

{{ paragraph|safe }}

{% endfor %} {% endblock %} {% if app_info.manual_page %}

{% trans 'Learn more...' %}

{% endif %}