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

{% trans 'Sorry, but the page you are looking for is not there.' %}

{% endblock %}