{% load bootstrap %} {% load i18n %} {% load static %}
{% if icon_filename %} {{ name  }} {% endif %}
{% block pagetitle %} {% if setup %}

{% trans "Installation" %}: {{ short_description|default:'' }} ({{ name }})

{% else %}

{{ name }}

{% endif %} {% endblock %}
{% if is_enabled %} {% else %} {% endif %}
{% block description %} {% for paragraph in description %}

{{ paragraph|safe }}

{% endfor %} {% endblock %} {% if manual_page %}

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

{% endif %}