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