{% extends "layouts/dashboard.html" %} {% block breadcrumbs %} {% endblock %} {% block content %} {% url 'rims_operations:strategic_objective_create' as so_create_url %} {% include "components/page_header.html" with title="Strategic objectives" subtitle="Curate the dropdown that grant managers pick from when registering a funding record." cta_url=so_create_url cta_label="Add objective" eyebrow="Funding governance" %} {% include "components/list_toolbar.html" with facets=facets export_url=True search_param="q" search_value=search_value search_placeholder="Search objectives…" htmx_target="#objective-list" %}
{% include "operations/partials/strategic_objective_list_results.html" %}
{% include "components/pagination.html" %} {% endblock %}