{% load i18n %}{% blocktrans trimmed with username=user.get_email_appellation %}Dear {{username}},{% endblocktrans %}
{% blocktrans with sign_in_uri=sign_in_uri home_uri=home_uri %}
Welcome to {{ relate_site_name }}! Please click this link to sign in:
{{ sign_in_uri }}

You have received this email because someone (maybe you) entered your email address into the {{ relate_site_name }} web site at
{{ home_uri }}

If this was not you, it is safe to disregard this email.
{% endblocktrans %}
- {% blocktrans %}{{ relate_site_name }} staff{% endblocktrans %}
