{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load i18n %} {% block modal_id %}xml-valid-modal{% endblock %} {% block modal_title %}Validation Successful{% endblock %} {% block modal_body %}
Warning! Please save the {% trans "form_label" %} before proceeding to review. All unsaved changes will be lost.
The {% trans "form_label" %} is valid. You can now proceed to the Review page. {% endblock %} {% block modal_footer %} Cancel Proceed to Review {% endblock %}