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