{% extends "site_base.html" %} {% load i18n %} {% block body_id %}homepage{% endblock %} {% block content %}

{% trans "Not Found" %}

{% trans "We're sorry but that page could not be found." %}

{% endblock %}