{% load i18n %} {% extends "pages/body.html" %} {% block content %}

{% trans "Site Error" %}

{% trans "A full report have been send to the admin. The problem will be fixed as soon as possible. Please go to the main page." %}

{% trans "Main Page" %}

{% endblock %}