{# 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?" %}

{% anchor "storefront:contact-us" _("contact us") as contact_us_anchor %} {% blocktranslate with contact_us_anchor=contact_us_anchor %} If you have difficulties using the Projectify application, or would like to report a problem, please {{ contact_us_anchor }}. {% endblocktranslate %}

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