{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load i18n %} {% block modal_id %}create-data-modal{% endblock %} {% block modal_title %}Save {% trans "record_label"|title %}{% endblock %} {% block modal_body %}
Are you sure you want to save a {% trans "record_label" %} from this {% trans "form_label" %} ?
Your {% trans "form_label" %} will be deleted automatically.
{% endblock %} {% block modal_footer %} Close Save {% endblock %}