{% extends "base/base.html" %} {% load i18n %} {% load encode_email %} {% block content %} {% with "xerxes@evolution-events.nl" as email %}

{% trans "Page not found" %}

{% blocktrans with email|encode_string|safe as email %} The page you requested could not be found. If you think this is an error, please send an email. {% endblocktrans %} {% endwith %} {% endblock %}