{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% load i18n %} {% block modal_id %}switch-to-form-editor{% endblock %} {% block modal_title %}Switch to form editor{% endblock %} {% block modal_body %}
Are you sure you want to switch to the form editor ?
The {% trans "form_label" %} will be saved to perform this action.
{% endblock %} {% block modal_footer %} {% endblock %}