{% 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 %}
| Form | Group | Status | Submitted | |
|---|---|---|---|---|
| {{ sub.form_template_name }} | {{ sub.group_name }} | {{ sub.status_display }} | {% if sub.submitted_at %} {{ sub.submitted_at|date:"M j, Y" }} {% else %} Draft {% endif %} | {% if sub.status == 'rejected' %} Resubmit {% else %} View {% endif %} |
No requests yet. Submit your first request.