{% extends "root.html" %}{% load i18n %} {% block body %}

{% trans "Error 404: page not found" %}

{% trans 'We were unable to find the page you requested.' %}
{% endblock %}