{% extends "template_no_context.html" %} {% load i18n static %} {% block title %}{% translate "Page not found" %}{% endblock %} {% block content %}
{% translate "The page you requested does not exist." %}