{% extends "base.html" %} {% load i18n %} {% block title %}404 - {% trans 'Not found' %}{% endblock %} {% block content %}

404 - {% trans 'Not found' %}

{% blocktrans %}Sorry but the page you try to access does not exists{% endblocktrans %}.

{% endblock %}