{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "404 - Page not found" %}{% endblock %} {% block body_class %}template-404{% endblock %} {% block content %}

{% trans "Page not found" %}

{% trans "Sorry, this page could not be found." %}

{% endblock content %}