{% load branding i18n staticfiles compress %} {% load load_config from horizon %} {% load_config as CONF %} {% comment %} NB: The context for 500 pages is an empty dict. Don't add any content here that depends on things from the context. {% endcomment %} {% trans "Server error" %} - {% site_branding %} {% compress css %} {% endcompress %} {% block page_header %}{% endblock %} {% block content %}
{% block text %}

{% trans "An unexpected error has occurred. Try refreshing the page or contact your local administrator." %}

{% endblock %}
{% endblock %} {% block js %}{% endblock %}