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

{% trans "Application error" %}

{% picture src="status500Image.png" alt=_("Illustration of a broken egg") klass="max-w-sm" %}

{% trans "An error occured that the application does not know how to handle." %}

{% anchor "storefront:contact-us" _("contact us") as contact_us_anchor %} {% blocktranslate with contact_us_anchor=contact_us_anchor %} We are sorry this happened. If the same error keeps happening, please {{ contact_us_anchor }}. {% endblocktranslate %}

{% include "common/footer.html" %} {% endblock body %}