{% extends "admin/formative/confirmation.html" %} {% load i18n %} {% block cardtitle %} {% if unsubmit %} {% trans 'Unsubmit' %} {% else %} {% trans 'Submit' %} {% endif %} {{ object }} {% endblock %} {% block cardcontent %}
Are you sure you want to {% if unsubmit %}un{% endif %}submit the
submission "{{ object }}"?
Remember to submit it again; otherwise, it will remain in the unsubmitted status.
{% else %}Note that the confirmation email will not be sent automatically.
{% endif %} {% endblock %} {% block formcontrols %}