{% load branding i18n static %} {% 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 %} {% block css %} {% endblock %} {% block page_header %}{% endblock %} {% block content %}
{% block text %}

{% trans "Something went wrong!" %}

{% trans "An unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator." %}

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