{% extends "zinnia/skeleton.html" %} {% load i18n zinnia_tags %} {% block breadcrumbs %} {% trans "Error 404" %} {% endblock %} {% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}

{% trans "Page not found" %}

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

{% trans "Useful links" %}

{% trans "Recent entries" %}

{% get_recent_entries 5 %}

{% trans "Search" %}

{% endblock %}