{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags i18n static wagtailcore_tags %} {% block titletag %}{% trans 'Editor Guide' %}{% endblock %} {% block content %} {% trans "Editor Guide" as title_trans %} {% include "wagtailadmin/shared/header.html" with title=title_trans %}
An editor guide has not been created yet. Add one in Settings > Editor guide
{% endif %}