{% extends LOWBONO_DASHBOARD_TEMPLATE_BASE|default:"lowbono/dashboard/base.html" %} {% load django_bootstrap5 %} {% load django_tables2 %} {% load static %} {% block title %}{{ page_title }} · Staff Dashboard{% endblock %} {% comment %} tom-select's CSS and JS load from the base. {% endcomment %} {% block content %}

{{ page_title }} {{ table.paginator.count }}

{% if advanced_url %} Advanced query {% endif %}
{% for field in filter.form %}
{% bootstrap_field field size='sm' %}
{% endfor %}
Reset

{{ page_title }} {{ table.paginator.count }}

{% render_table table %}
{% endblock %} {% block extra_js %} {% comment %} The tom-select library loads from the base; only this initialisation is page-local. {% endcomment %} {% endblock %}