{% load i18n viewflow %}

{% if site.parent %} {% trans site.title %} {% else %} {% trans 'Applications' %} {% endif %}

{% block back_link %}{% if site.parent %}{% reverse site.parent 'index' as parent_index %}{% if parent_index %} arrow_back {% trans 'Back' %} {% endif %}{% endif %}{% endblock %} {% block app_links %}{% for app in site.menu_items %}{% if app|has_perm:request.user %} {% reverse app 'index' as index_url %} {{ app.icon }} {% trans app.title %} {% block app_links_extra %}{% endblock %} {% endif %}{% empty %}
No applications found.
{% endfor %}{% endblock %}