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

{% translate "Update email address" %}

{% csrf_token %}

{% blocktranslate with email=user.email %}Your current email address is '{{ email }}'.{% endblocktranslate %}

{{ form.new_email.as_field_group }} {{ form.password.as_field_group }}
{% translate "Go back" %}
{% endblock user_profile_content %}