{% extends "site_base.html" %} {% load i18n %} {% block head_title %}{% trans "Not Found" %}{% endblock %} {% block body %}

{% trans "We're sorry but that page could not be found." %}

{% endblock %}