{% load i18n l10n wagtailadmin_tags %} {% comment %} The confirmation dialog is initially rendered with a message for a network error. If there is a conflict due to a new version being saved in another window, the message is updated to reflect that instead, using the w-teleport controller. {% endcomment %} {% blocktranslate trimmed asvar dialog_title %} A network error occurred {% endblocktranslate %} {% blocktranslate trimmed asvar dialog_subtitle %} Troubleshoot your connection to the site before proceeding. Open the editor in a separate tab to view the last saved version. {% endblocktranslate %} {% dialog id="w-save-confirmation-dialog" dialog_root_selector='[data-edit-form]' icon_name="warning" icon_classname="w-text-text-error" title=dialog_title subtitle=dialog_subtitle %}
{% enddialog %}