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

{% trans "We are sorry but it seems the page you requested can not be found" %}

{% endblock %}