{% extends 'base.html' %} {% load i18n %} {% block content %}

{% trans 'Page not found' %}

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

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

{% endblock content %}