{% extends "layouts/dashboard.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {% url 'rims_operations:donor_create' as donor_create_url %} {% include "components/page_header.html" with title="Donors" subtitle="Funder profiles linked to grant records, with duplicate detection on (name, country)." cta_url=donor_create_url cta_label="Add donor" eyebrow="Operations registry" %} {% include "components/list_toolbar.html" with facets=facets export_url=True search_param="q" search_value=search_value search_placeholder="Search donors…" htmx_target="#donor-list" %}
{% include "operations/partials/donor_list_results.html" %}
{% include "components/pagination.html" %} {% endblock %}