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