{% extends 'wagtailadmin/base.html' %} {% load i18n %} {% block titletag %}{% trans 'Preview error' %}{% endblock %} {% block content %}

{% blocktrans %} Impossible to preview this page, some errors are remaining. Please close this tab, edit the page to fix these errors, then use preview again. {% endblocktrans %}

{% trans 'Close' %}
{% endblock %}