{% load i18n viewflow %}

{% trans 'Applications' %}

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