{% if server_restart_required %}
{% endblock alerts %}
{% block breadcrumb_list %}
{% endblock breadcrumb_list %}
{% block content %}
{% endblock content %}
{% trans "Server Restart Required" %}
{% trans "A configuration option has been changed which requires a server restart" %}. {% trans "Contact your system administrator for further information" %}
{% endif %}
{% if pending_migrations > 0 %}
{% trans "A configuration option has been changed which requires a server restart" %}. {% trans "Contact your system administrator for further information" %}
{% trans "Pending Database Migrations" %}
{% trans "There are pending database migrations which require attention" %}. {% trans "Contact your system administrator for further information" %}
{% endif %}
{% trans "There are pending database migrations which require attention" %}. {% trans "Contact your system administrator for further information" %}