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