{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Page not found" %}

{% blocktrans %}The page you requested cannot be found.{% endblocktrans %} {% endblock %}