{% extends "base.html" %} {% load i18n %} {% block headtitle %} {% trans 'Page Not Found' %} (404) {% endblock headtitle %} {% block content %}

  {% trans "I'm sorry, we don't have a page with that URL." %}

{% if exception %}

{{ exception }}

{% endif%}
{% endblock %}