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