{{ form_def.name }}
Saint Joseph's College of Maine
Submission #{{ submission.id }}
Submitted by {{ submission.submitter.get_full_name|default:submission.submitter.username }} Date {{ submission.submitted_at|date:"N j, Y \a\t g:i a" }}
Status {% if submission.status == "approved" %} {{ submission.get_status_display }} {% elif submission.status == "rejected" %} {{ submission.get_status_display }} {% elif submission.status == "submitted" %} {% else %} {{ submission.get_status_display }} {% endif %} Completed {% if submission.completed_at %}{{ submission.completed_at|date:"N j, Y \a\t g:i a" }}{% else %}—{% endif %}
{% for row in pdf_rows %} {% if row.type == 'section' %} {# ── Section header ─────────────────────────────────────────────── #} {% elif row.type == 'pair' %} {# ── Two half-width fields side by side ──────────────────────────── #} {% elif row.type == 'triple' %} {# ── Three third-width fields side by side ───────────────────────── #} {% else %} {# ── Full-width field ────────────────────────────────────────────── #} {% endif %} {% empty %} {% endfor %}
{{ row.label }}
{{ row.fields.0.label }} {% with v=row.fields.0.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %} {{ row.fields.1.label }} {% with v=row.fields.1.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %}
{{ row.fields.0.label }} {% with v=row.fields.0.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %} {{ row.fields.1.label }} {% with v=row.fields.1.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %} {{ row.fields.2.label }} {% with v=row.fields.2.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %}
{{ row.fields.0.label }} {% with v=row.fields.0.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %}
No form data available.