{% extends "error.html" %} {% load i18n %} {% block title %}{% trans "Not found" %}{% endblock %} {% block content %}
{% trans "I'm afraid we could not find the the resource you requested." %}
{{ exception }}
{% if request.user.is_staff and not staff_session %} {% endif %} {% endblock %}