{% raw %}{% load i18n %} {% load humanize %} {% blocktrans with domain=branding_title %}Verify your email - {{ domain }}{% endblocktrans %}

{% blocktrans with domain=branding_title %}Welcome to {{ domain }}{% endblocktrans %}

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

{% blocktrans %}Please click the button below to verify your email address and activate your account.{% endblocktrans %}

{% trans "Verify Email" %}

{% 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 %}

{% endraw %}