|
{{ 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" %} {{ submission.get_status_display }} {% 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 %} |
| {{ 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. | |||||
| {{ form_def.name }} — Submission #{{ submission.id }} | Generated {% now "N j, Y \a\t g:i a" %} |