{% extends "base.html" %} {% load i18n %} {% block head_title %}{% trans "Error 404" %}{% endblock %} {% block content %}
{% trans "We are sorry, but this page was not found." %}