{% load i18n %}Confirm Your New Email Address — {{ site_name }}

{% blocktrans with name=user.get_full_name|default:user.username %}Hello {{ name }},{% endblocktrans %}

{% blocktrans with new=new_email site=site_name %}You recently requested to change the email address on your {{ site }} account to {{ new }}.{% endblocktrans %}

{% trans "To confirm this change, use the token below or POST it to /auth/email/change/confirm/:" %}

  {{ token }}

{% blocktrans with hours=expiry_hours %}This token expires in {{ hours }} hours.{% endblocktrans %}

{% trans "SECURITY NOTICE:" %}
- {% trans "If you did not request this change, please ignore this email. Your current address will remain unchanged." %}
- {% trans "Never share this token with anyone." %}

{% blocktrans with email=support_email %}If you need help, contact us at {{ email }}.{% endblocktrans %}

{% trans "Best regards," %}
{% blocktrans with site=site_name %}The {{ site }} Team{% endblocktrans %}
