{% extends 'vision_it_request_forms/_page.html' %} {% block title %}Leadership Dashboard{% endblock %} {% block itr_content %}

Leadership Dashboard

{% if it_requests_user_groups %}
{# htmx appends the selected group_id to this URL and swaps the frame #}
{% endif %}
{# Status filter pills — boosted by the frame, so they swap #itr-main #}
All {% for value, label in status_choices %} {{ label }} {% endfor %}
{# hx-target="this": the table loads into this container, not into the frame #}
Loading…
{% endblock %}