{% 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 }}
{% trans "Take a step back" %}