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