{% extends 'wagtailadmin/base.html' %}
{% load i18n %}
{% block titletag %}{% trans 'Preview error' %}{% endblock %}
{% block content %}
{% trans 'Preview error' %}
{% 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' %}