{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %}
{% block modal_id %}cancel-form-modal{% endblock %}
{% block modal_title %}Cancel Form{% endblock %}
{% block modal_body %}
Are you sure you want to cancel the form? All your changes will be lost and the form will be deleted.
{% endblock %}
{% block modal_footer %}
Cancel
Confirm
{% endblock %}