{% load i18n %}

{{nav_title}}

{% if search_url %}
{% if search_in %} {% endif %}
{% if view_types %}
    {% for type in view_types %}
  • {% if active_view.type == type.type %} {% endif %}
  • {% endfor %}
{% endif %} {% if filter_body_template %}
{% include filter_body_template %}
{% else %} {% endif %} {% if group_by_fields %}
{% endif %} {% if actions %}
{% endif %} {% endif %} {% if create_attrs %} {% trans "Create" %} {% endif %}