{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_profile_base.html" %} {% load i18n %} {% block title %} {% translate "Confirming new email address - Projectify" %} {% endblock title %} {% block user_profile_content %}

{% translate "Confirming new email address" %}

{% translate "An unknown error has occurred and your email address could not be updated." %}

{% blocktranslate %} The confirmation token provided in the URL you used to open this page is not valid. This means that you might have already changed your email address, or that you have requested for your email address to be changed multiple times. Please try updating your email address one more time by following the link below. This is the error: {% endblocktranslate %}

{{ error|wordwrap:40 }}

{% translate "What to do" %}

{% translate "Go back to profile" %}
{% endblock user_profile_content %}