{% load i18n viewflow %}

{{ app.title }}

{% block viewset_links %}{% for viewset in app.menu_items %} {% reverse viewset 'index' as index_url %}{% if index_url %} {% if viewset.icon %}{{ viewset.icon }}{% else %}view_carousel{% endif %}{{ viewset.title }} {% endif %} {% empty %}
No viewsets found. Please point `.menu_template_name` attribute of the Application class to custom menu template, or set `menu_template_name=None`
{% endfor %}{% endblock %} {% block additional_links %}{% endblock %}