Approval Request

{{ site_name }}

Hello {% if approver %}{{ approver.get_full_name|default:approver.username }}{% else %}there{% endif %},

A new form submission requires your review:

{% if stage_name %} {% if stage_approval_logic == "all" and stage_total_approvers > 1 %} {% elif stage_approval_logic == "any" and stage_total_approvers > 1 %} {% endif %} {% elif stage_number and total_stages %} {% elif task.step_name %} {% endif %} {% if task.due_date %}{% endif %}
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 %}
ApproversYou are 1 of {{ stage_total_approvers }} approvers — all must approve.
ApproversYou are 1 of {{ stage_total_approvers }} approvers — any one approval is sufficient.
Approval StepStep {{ 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" }}

Review and Approve

Thank you.