{% comment %} HTMX partial — loaded by SubmissionListPartialView into #submissions-container. The wrapper re-declares the frame target: #submissions-container targets itself, and links/rows in here navigate, so they must aim at #itr-main again rather than swapping a whole page into the table container. Context: submissions — list of submission dicts from the API current_group_id — int or None {% endcomment %}
{% if submissions %}
{% for sub in submissions %} {% endfor %}
Form Group Status Submitted
{% else %}

No requests yet. Submit your first request.

{% endif %}