{% load i18n %}{% if user.first_name %}{% blocktrans trimmed with first_name=user.first_name last_name=user.last_name %}Dear {{first_name}},{% endblocktrans %}{% elif user.email %}{% blocktrans trimmed with email=user.email %}Dear {{email}},{% endblocktrans %}{% else %}{% blocktrans trimmed with username=user.username %}Dear {{username}},{% endblocktrans %}{% endif %}
{% trans "RELATE" as RELATE %}{% blocktrans with sign_in_uri=sign_in_uri home_uri=home_uri %}
Welcome to {{ RELATE }}! 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 }} web site at
{{ home_uri }}

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