{% extends "base.html" %} {% load i18n %} {% block menu %} {% include "tabs.html" %} {% endblock %} {% block subtitle %}{% trans "Page not found" %}{% endblock %} {% block main_content %}

{% trans "Page not found" %}

{% trans "Sorry, the page you are looking for was not found." %}

{% url stats.views.all_statistics as mainpage %}

{% blocktrans with mainpage=mainpage %} You can visit the main page for a list of available statistics. {% endblocktrans %}

{% endblock %}