{% extends "pages/base.html" %} {% load i18n %} {% block title %}{% trans "Page not found" %} ยท {{ block.super }}{% endblock %} {% block content %}
404

{% trans "We couldn't find that page" %}

{% trans "The link may be outdated or the page might have moved." %}

{% trans "Return to the main page" %}

{% blocktrans trimmed with span_open=''|safe span_close=''|safe %} You will be redirected to the main page in {{ span_open }}10{{ span_close }} seconds. {% endblocktrans %}

{% endblock %}