{% extends 'django_forms_workflows/base.html' %} {% load static %} {% load crispy_forms_tags %} {% load forms_workflows_tags %} {% block title %}Approve Submission #{{ submission.id }} - {{ site_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Stage {{ current_stage_number }} of {{ total_stages }}
{% endif %} {% elif workflow_mode == "sequence" %} {# ---- sequential legacy ---- #}All groups listed below must approve this submission.
{% else %}Any one of the groups below can approve this submission.
{% endif %}Form: {{ submission.form_definition.name }}
Submitter: {% if submission.submitter %}{{ submission.submitter.get_full_name|default:submission.submitter.username }}{% else %}Anonymous{% endif %}
Email: {% if submission.submitter %}{{ submission.submitter.email }}{% else %}N/A{% endif %}
Submitted: {{ submission.submitted_at|date:"Y-m-d H:i" }}
Status: {{ submission.get_status_display }}
{% if workflow_mode == "staged" and current_stage_number and total_stages %}Current Stage: {{ current_stage_number }} of {{ total_stages }}
{% elif workflow_mode == "sequence" and current_step_number and total_steps %}Current Step: {{ current_step_number }} of {{ total_steps }}
{% endif %}Public “{{ section.comments }}”
{% endif %} {% if section.fields %}| {{ field.label }} |
{% if field.value.url %}
{% if field.value.content_type and 'image' in field.value.content_type %}
|
|---|
No fields recorded for this step.
{% endif %}Use this option when data entered by a previous stage approver needs to be corrected. The submission will not be rejected — it will be returned to the selected stage so the approver there can revise their entries and re-approve.
Public “{{ section.comments }}”
{% endif %}| {{ field.label }} |
{% if field.value.url %}
{% if field.value.content_type and 'image' in field.value.content_type %}
|
|---|
Use this option when data entered by a previous stage approver needs to be corrected. The submission will not be rejected — it will be returned to the selected stage so the approver there can revise their entries and re-approve.