{% load i18n %} {{nav_title}} {% if search_url %} {% if search_in %} {% for option in search_in %} {% trans "Search" %} {{option.1}} {% trans "for:" %} {% endfor %} {% endif %} {% if view_types %} {% for type in view_types %} {% if active_view.type == type.type %} {% endif %} {% endfor %} {% endif %} {% if filter_body_template %} {% trans "Filter" %} {% include filter_body_template %} {% else %} {% trans "Filter" %} {% endif %} {% if group_by_fields %} {% trans "Group By" %} {% trans "Group By" %} {% trans "Field" %} {% trans "Select" %} {% for field in group_by_fields %} {{field.1}} {% endfor %} {% endif %} {% if actions %} {% trans "Actions" %} {% for action in actions %} {{action.action}} {% endfor %} {% endif %} {% endif %} {% if create_attrs %} {% trans "Create" %} {% endif %}