{% extends base_template %} {% load i18n %} {% block title %}{% trans "Error" %}{% endblock title %} {% block content %}
{% trans "If you are reporting the error, please make sure to include the following information:" %}
URL: {{ request.path }} querystring: {{ request.GET }} {{ errortype }}: {{ value }} {{ traceback }}