{% load i18n icons translations %}

{% if scope and scope != "component" and addon.needs_component %} {% translate "The add-on can only be installed on the component." %} {% elif addon.repo_scope %} {% translate "repository wide" %} {% endif %} {% icon addon.icon %} {{ addon.verbose }} {% documentation_icon "admin/addons" addon.doc_anchor %}

{{ addon.description }}

{% if addon.instance and addon.instance.pk %} {% with settings=addon.get_settings_fields %} {% if settings %}
{% for label, value in settings %}{{ label }} {{ value }}{% endfor %}
{% endif %} {% endwith %} {% endif %}