{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Error 404" %}

{% trans "The resource you are trying to see could not be found" %}

{% blocktrans %}We couldn't find the resource {{ request_path }} that you are trying to retrieve.{% endblocktrans %}

{% trans "Are you sure you wrote the URL correctly?" %}

{% endblock %}