{% extends 'base.html' %}
{% load i18n %}
{% block page_title %}{% trans 'Page not found' %} – {{ block.super }}{% endblock %}
{% block content %}
{% trans 'Page not found' %}
{% trans 'If you entered a web address please check it was correct.' %}