{% extends "root.html" %}{% load staticfiles %}{% load url from future %}{% load i18n %} {% block body %}

{% trans 'Page not found' %}

{% trans 'The requested page was not found.' %}

{% endblock %}