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