{% load account %} {% load i18n %} {% autoescape off %} {% user_display user as user_display %} {% blocktrans with site_name=current_site.name site_domain=current_site.domain %} Hello from {{ site_name }}! You're receiving this e-mail because user {{ user_display }} has given your e-mail address to register an account on {{ site_domain }}. To confirm this is correct, go to {{ activate_url }} If you've received this message in error, please ignore it. Thank you for using {{ site_name }}! {{ site_domain }} {% endblocktrans %} {% endautoescape %}