{% 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 "Sorry, but the requested page could not be found." %}