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