{% extends 'django_forms_workflows/base.html' %} {% block title %}Reassign Task - {{ site_name }}{% endblock %} {% block content %}

Reassign Approval Task

Task Details
Form {{ submission.form_definition.name }}
Submission #{{ submission.id }} — {{ submission.submitter.get_full_name|default:submission.submitter.username }}
Approval Stage {{ stage.name }}
Currently Assigned To {% if task.assigned_to %} {{ task.assigned_to.get_full_name|default:task.assigned_to.username }} {% else %} Unassigned {% endif %}
Select New Assignee

Choose a member of the approval group(s) for this stage. The selected person will receive a notification and become responsible for reviewing this submission.

{% csrf_token %}
Cancel
{% endblock %}