{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "base.html" %} {% load projectify %} {% load i18n %} {% block title %} {% trans "Server 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." %}

{% trans "We are sorry this happened. If the same error keeps happening, please contact us:" %}

{% anchor "storefront:contact_us" _("Go to contact us page") %}
{% include "common/footer.html" %} {% endblock body %}