{% extends "base.html" %} {% load i18n %} {% block titleextra %}{% trans "Page not found" %} :: {% endblock %} {% block body %}
{% trans "The page you were looking for doesn't exist." %}