- {{ _('Home') }}
-
{% for app, routers in crudlfap_site.get_app_menus('main', request).items() %}
{% for router in routers %}
-
{% endfor %}
{% endfor %}
{% if request.user.is_superuser %}
-
URLs
{% endif %}
{% with liclass="no-padding" %}
{% include 'crudlfap/_menu_auth.html' %}
{% endwith %}