{% extends 'base.html' %} {% load i18n %} {% block page_title %}{% trans 'Page not found' %} – {{ block.super }}{% endblock %} {% block inner_content %}

{% trans 'Page not found' %}

{% trans 'If you entered a web address please check it was correct.' %}

{% trans 'Return to the home page' %}

{% endblock %}