{% load account %}{% user_display user as user_display %}{% load i18n %}{% autoescape off %}{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Hi there,

You're receiving this email because {{ user_display }} has listed this email as a valid contact address for their account.

To confirm this is correct, go to {{ activate_url }}
{% endblocktrans %}
{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Thank you,
{{ site_name }}
{% endblocktrans %}
{% endautoescape %}
