{% load i18n %}

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

{% blocktrans %}To verify your {{ verify_your }}, please use the following One Time Password (OTP):{% endblocktrans %}

{% blocktrans %} {{ otp }} {% endblocktrans %}

{% blocktrans %}Do not share this OTP with anyone. {{ site_name }} takes your account security very seriously. {{ site_name }} Customer Service will never ask you to disclose or verify your {{ site_name }} password, OTP, credit card, or banking account number. If you receive a suspicious email with a link to update your account information, do not click on the link—instead, report the email to {{ site_name }} for investigation.{% endblocktrans %}

{% blocktrans %}Thank you!{% endblocktrans %}
