{% extends "zinnia/skeleton.html" %} {% load i18n zinnia_tags %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans "Page not found" %}{% endblock %} {% block body-class %}error-404{% endblock %} {% block content %}{% trans "Sorry, but the requested page could not be found." %}
{{ block.super }} {% endblock %}