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