{% load i18n %} {% if applications %}

{% trans "Applications" %}

{% for application in applications %} {% if application.icon %} {% endif %} {{ application.name }} {% endfor %} {% if not prefix %}{# if prefix is not empty, this template is included on a detail page #} {% blocktrans %}{{ elements_label }} outside applications{% endblocktrans %} {% endif %} {% endif %}