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

{% trans "Error" %}

{{ errormsg|safe }}

{% trans "If you are reporting the error, please make sure to include the following information:" %}

{% endblock content %}