{% load forms_workflows_tags %}
| {{ item.form_def.name }} |
Saint Joseph's College of Maine Submission #{{ item.submission.id }} |
| Submitted by | {% if item.submission.submitter %}{{ item.submission.submitter.get_full_name|default:item.submission.submitter.username }}{% else %}Anonymous{% endif %} | Date | {{ item.submission.submitted_at|date:"N j, Y \a\t g:i a" }} |
| Status | {% if item.submission.status == "approved" %}{{ item.submission.get_status_display }} {% elif item.submission.status == "rejected" %}{{ item.submission.get_status_display }} {% elif item.submission.status == "submitted" %}{{ item.submission.get_status_display }} {% else %}{{ item.submission.get_status_display }}{% endif %} | Completed | {% if item.submission.completed_at %}{{ item.submission.completed_at|date:"N j, Y \a\t g:i a" }}{% else %}—{% endif %} |
| {{ row.label }} | |||
| {{ row.value|render_markdown }} | |||
| {{ row.fields.0.label }}{% if row.fields.0.help_text %} {{ row.fields.0.help_text }} {% endif %} |
{% 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 }}{% if row.fields.1.help_text %} {{ row.fields.1.help_text }} {% endif %} |
{% with v=row.fields.1.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %} |
|---|---|---|---|
| {{ field.label }}{% if field.help_text %} {{ field.help_text }} {% endif %} |
{% with v=field.value %}{% if v.filename %}{{ v.filename }}{% if v.size %} ({{ v.size|filesizeformat }}){% endif %}{% else %}{{ v }}{% endif %}{% endwith %} | ||
| {{ row.fields.0.label }}{% if row.fields.0.help_text %} {{ row.fields.0.help_text }} {% endif %} |
{% 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. | |||
| {{ row.label }} | |||
| {{ row.value|render_markdown }} | |||
| {{ row.fields.0.label }}{% if row.fields.0.help_text %} {{ row.fields.0.help_text }} {% endif %} |
{% with v=row.fields.0.value %}{% if v.filename %}{{ v.filename }}{% else %}{{ v }}{% endif %}{% endwith %} | {{ row.fields.1.label }}{% if row.fields.1.help_text %} {{ row.fields.1.help_text }} {% endif %} |
{% with v=row.fields.1.value %}{% if v.filename %}{{ v.filename }}{% else %}{{ v }}{% endif %}{% endwith %} |
|---|---|---|---|
| {{ field.label }}{% if field.help_text %} {{ field.help_text }} {% endif %} |
{% with v=field.value %}{% if v.filename %}{{ v.filename }}{% else %}{{ v }}{% endif %}{% endwith %} | ||