{% extends "adminsite/base.html" %} {% import "adminsite/_icons.html" as icons %} {% block page_title %}{{ view.label_plural }} ยท {{ title }}{% endblock %} {% block header_class %}lg:pt-5 lg:pb-3{% endblock %} {% block header %}

{{ view.label_plural }}

{% include "adminsite/_records_total.html" %} {% endblock %} {% block header_actions %} {#- On a phone the page's other actions fold into one menu, so the header keeps to a single line. -#} {% if view_actions or can_import or can_export %} {% endif %} {% if can_create %} {{ icons.icon("plus") }}{{ _('New') }} {% endif %} {% endblock %} {% block content %}

{% if saving_views %}{% include "adminsite/_saved_tabs.html" %}{% endif %} {% include "adminsite/_toolbar.html" %} {% include "adminsite/_table.html" %}
{% endblock %}