{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}
{% trans "The page you requested does not exist." %}