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

{% trans "Page not found" %}

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

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