{% extends "error.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Not found" %}{% endblock %} {% block content %}

{% trans "Not found" %}

{% trans "I'm afraid we could not find the the resource you requested." %}

{{ exception }}

{% if request.user.is_staff and not staff_session %}

{% csrf_token %}

{% endif %}
{% endblock %}