Hello {% if approver %}{{ approver.get_full_name|default:approver.username }}{% else %}there{% endif %},
A new form submission requires your review:
| Form | {{ submission.form_definition.name }} |
|---|---|
| Submitted By | {{ submission.submitter.get_full_name|default:submission.submitter.username }} |
| Submitted On | {{ submission.submitted_at|date:"F d, Y g:i A" }} |
| Stage | {{ stage_name }}{% if total_stages > 1 %} (Stage {{ stage_number }} of {{ total_stages }}){% endif %} |
| Approvers | You are 1 of {{ stage_total_approvers }} approvers — all must approve. |
| Approvers | You are 1 of {{ stage_total_approvers }} approvers — any one approval is sufficient. |
| Approval Step | Step {{ stage_number }} of {{ total_stages }}{% if task.step_name %}: {{ task.step_name }}{% endif %} |
| Approval Step | {{ task.step_name }} |
| Due Date | {{ task.due_date|date:"F d, Y" }} |
Thank you.