{% extends "subsite.html" %} {% load i18n %} {# This is the page title #} {% block title %}{% trans "404 - Page can not be found." %}{% endblock %} {# Content of the page #} {% block content %}

{% trans "404 - Page can not be found." %}

{% trans "The page you have requested doesn't exist, at least not at this location." %}

{% trans "Return to the homepage." %}

{% endblock %} {# end of content #}