{% extends "base.html" %} {% load i18n baseurl %} {% block title %} {{ block.super }}: {% trans "Page Not Found" %} {% endblock %} {% block content %}
{% trans "We're sorry, but the requested page could not be found." %}