{% extends 'base.html' %} {% load i18n %} {% block content %}
{% if exception_value %}

{% trans "The error message is" %} :

{{ exception_value|escape }}
{% endif %} {% if request.session.has_net %}

{% trans "To help us solve this problem, can you explain what you were trying to do just now ?" %}

{% csrf_token %}
{% endif %}
{% endblock %}