{% 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 site" icon="cogs" %}
{% if has_site_settings %} {% else %}

{% blocktrans %}There are no sites with settings to be edited!{% endblocktrans %}

{% endif %}
{% endblock %}