{% load i18n %}

{{nav_title}}

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