{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "Global settings" %}{% endblock %} {% block bodyclass %}menu-global-settings{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Global settings" subtitle="Choose" icon="cogs" %}
{% blocktrans %}There are no global settings to be edited!{% endblocktrans %}
{% endif %}