{% extends "base.html" %} {% load i18n %} {% block title %}{% trans '404 - Page Not Found' %}{% endblock %} {% block content %}

{% trans '404 - Page Not Found' %}

{% trans "We're sorry, this page is not available. This error has been recorded will be investigated." %}

{% endblock %}