{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block media %} {% endblock %} {% block content %}

{% trans "Page not found." %}

404

{% trans "The address you tried to visit does not exist." %}

{% trans "Click here to go to the main page." %}

{% endblock %}x