{% extends base_template %} {% load i18n %} {% block title %}{% trans "Error" %}{% endblock title %} {% block content %}

{% trans "Error" %}

{% trans "Sorry, but there was an error while trying to load the page." %}

({{ errortype }}: {{ value }}) {% endblock content %}