{% raw %}{% load i18n %} {% load humanize %}
{% blocktrans with username=user.username %}Hi {{ username }},{% endblocktrans %}
{% blocktrans %}Please click the button below to verify your email address and activate your account.{% endblocktrans %}
{% blocktrans with expiry=expires|naturaltime %}This link will expire {{ expiry }}.{% endblocktrans %}
{% blocktrans %}If you did not create an account, you can safely ignore this email.{% endblocktrans %}