{% load i18n %}

{% trans "ERICA Login Verification" %}

{% trans "Verification Code Required" %}

{% blocktrans with email=user.email %}Hi {{ email }},{% endblocktrans %}

{% trans "You're signing in to your ERICA account. To complete the login, please use the verification code below:" %}

{{ two_fa_code }}

{% trans "This code is valid for 10 minutes" %}

{% trans "Enter this code in the verification form to complete your login." %}

{% trans "Security Alert:" %} {% trans "If you did not attempt to log in, your account may have been compromised. Please change your password immediately." %}

{% trans "Best regards," %}
{% trans "The ERICA Team" %}