{% extends 'django_forms_workflows/base.html' %} {% block title %}Reassign Task - {{ site_name }}{% endblock %} {% block content %}
| Form | {{ submission.form_definition.name }} |
|---|---|
| Submission | #{{ submission.id }} — {% if submission.submitter %}{{ submission.submitter.get_full_name|default:submission.submitter.username }}{% else %}Anonymous{% endif %} |
| 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 %} |
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.