{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "base.html" %} {% load projectify %} {% load i18n %} {% block title %} {% trans "Page Not Found" %} - Projectify {% endblock title %} {% block body %} {% include "common/navigation/header/landing.html" %}

{% trans "Page not found" %}

{% picture src="status404Image.png" alt=_("Illustration of Poly the mascot looking lost") klass="max-w-sm" %}

{% trans "The page you're looking for doesn't exist. Maybe there is a typo in the URL you meant to visit?" %}

{% trans "If you have difficulties using the Projectify application, or would like to report a problem, please contact us:" %}

{% anchor "/" _("Go Back Home") %}
{% include "common/footer.html" %} {% endblock body %}