{% extends 'base.html' %} {% load i18n %} {% block title %} - 404{% endblock %} {% block content %}
{% trans "The page you requested could not be found." %}
{% endblock %}