{% load i18n %} {% load milea_menu %} {% if app_list %} {% sort_app_list app_list as app_list_sorted %} {% for app in app_list_sorted %} {% app_additional_config app as app_infos %} {% if not app_infos.menu_others %} {% endif %} {% endfor %} {% has_others app_list as ho %} {% if ho %} {% endif %} {% else %}

{% translate "You don’t have permission to view or edit anything." %}

{% endif %}