{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "_default/baseof.html" %} {% load i18n %} {% block title %} {% trans 'Page not found' %} {% endblock %} {% block main %}

{% trans 'Page not found' %}

{% blocktrans %} The page {{ request.path }} cannot be found. {% endblocktrans %}

{% trans 'Return to the home page' %}

{% endblock %}