{% load i18n %}

{% trans "Welcome to ERICA" %}

{% trans "Activate Your Account" %}

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

{% trans "Thank you for registering with ERICA! To complete your account activation, please use the code below:" %}

{{ activation_code }}

{% trans "This code is valid for 24 hours" %}

{% trans "Enter this code in the verification form to activate your account." %}

{% trans "If you did not create this account, please ignore this email." %}

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