{% extends "base.html" %} {% load i18n %} {% block page-header %}{% endblock %} {% block content %}

{% trans "Page not found" %}

{% endblock %}