{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Page not found" %}{% endblock %} {% block content %}

{% trans "Page not found" %}

{% url "index" as link %} {% blocktrans with link=link %} This page has not been found. Please return to the home. {% endblocktrans %}

{% endblock %}