{% extends "djangocopy/base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block title %}{% trans "Page not found" %}{% endblock title %} {% block body-class %}error-404{% endblock body-class %} {% block djangocopy-content %}

{% trans "Page not found" %}

{% trans "Sorry, but the requested page could not be found." %}

{{ block.super }} {% endblock djangocopy-content %}