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