{% comment %} HTMX partial returned after form submission. Context: success — bool submission — RequestSubmission (on success) form_template — FormTemplate errors — dict of field_name → error string / list (on failure) current_group_id — int (on failure, for retry link) {% endcomment %} {% if success %}
Your request has been received{% if submission.group_name %} for {{ submission.group_name }}{% endif %}.
{% if submission.status == 'pending_approval' %}It is pending approval. You will be notified once a decision has been made.
{% elif submission.status == 'approved' %}It has been automatically approved and will be processed shortly.
{% endif %}