{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Edit site settings" %}{% endblock %} {% block bodyclass %}menu-site-settings{% endblock %} {% block content %} {% trans "Edit site settings" as new_str %} {% include "wagtailadmin/shared/header.html" with title=new_str subtitle=model_name icon="cogs" %}