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