{% extends "app/base.html" %} {% load settings i18n %} {% block page-wrapper %}

{% trans '500 Internal Server Error' %}

{% trans 'Something happened. The server logs contain more information.' %}
500
{{ SETTINGS.theme.html_after_header|safe }} {% endblock %}