{% extends "layouts/main.html" %} {% block title %}{{ page_title }} — pyvelm{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block page_actions %} {% if create_href %} {% elif form_view_name %} {% else %} {% endif %} New {% endblock %} {# ── Main content ── #} {% block content %}
{% if view_switcher %} {% include "_view_switcher.html" %} {% endif %} {% include "_pv_search_toolbar.html" %} {# Group-by chip (rendered separately from search chips because the grouping is a single-value mode rather than an AND-leaf). #}
Grouped by
{# ── Table + Pagination — HTMX swap target #}
{% include "list_table.html" %}
{% include "_pv_list_alpine.html" %} {% endblock %}