{% extends "base.html" %} {% load i18n %} {% block titleextra %}{% trans "Page not found" %} ::{% endblock %} {% block body %}

{% trans "Page not found" %}

{% trans "The page you were looking for doesn't exist." %}

{% endblock %}