{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Page not found' %}{% endblock %} {% block list_of_items %}

404

{% trans "Page not found" %}

{% trans "Go back to home" %}
{% endblock list_of_items %}