{# This template is sent when someone tries to register with an email that already exists #} {% load i18n %} {% trans 'Account Already Exists' %}

{% trans 'Registration Attempt Detected' %}

{% trans 'Hello,' %}

{% trans 'We received a registration attempt using this email address, but an account already exists.' %}

{% trans 'Account exists:' %} {% trans 'You already have an account with this email address. You cannot create a new account with the same email.' %}

{% trans 'If this was you:' %}

{% trans "It looks like you already have an account. If you've forgotten your password, you can reset it by clicking the button below:" %}

{% trans 'Reset My Password' %}

{% trans 'Or copy and paste this link into your browser:' %}

{{ url }}

{% trans "If this wasn't you:" %}

{% trans 'Someone may have used your email address by mistake. Your existing account remains secure and no action is required on your part.' %}

{% trans 'For your security, we recommend ensuring your password is strong and unique. If you suspect any suspicious activity, please contact our support team immediately.' %}

{% trans 'Best regards,' %}
{% trans 'The Team' %}