{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Not Found" %}{% endblock %} {% block body %} {% trans "Page not found" %} {% trans "We're sorry but that page could not be found." %} {% endblock %}
{% trans "We're sorry but that page could not be found." %}