{% 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" %}

{{ site.hostname }}{% if site.port != 80 %}:{{ site.port }}{% endif %} {% if site.is_default_site %} — [{% trans "default" %}]{% endif %}

{% if has_global_settings %} {% else %}

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

{% endif %}
{% endblock %}