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

Are you sure you want to permanently discard this draft? This cannot be undone.

Form: {{ submission.form_definition.name }}
Last saved: {{ submission.updated_at|date:"Y-m-d H:i" }}

All saved progress will be deleted. You can start a new draft at any time.

{% csrf_token %}
Cancel
{% endblock %}