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

{% trans "Form validation failed" %}

{% blocktranslate %}The form that you've submitted contained invalid data and Projectify encountered a form validation error.{% endblocktranslate %}

{% anchor "storefront:contact-us" _("contact us") as contact_us_anchor %} {% blocktranslate with contact_us_anchor=contact_us_anchor %} Please load this form again and submit it one more time. If this problem keeps happening, please {{ contact_us_anchor }}. {% endblocktranslate %}

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