{% extends "layout/base.html" %} {% load i18n %} {% block title %}{% trans "404 Not Found" %}{% endblock title %} {% block content %}

{% trans "404 Not Found" %}

{% endblock content %}