{% load i18n %}
{% blocktrans with group.get_name as group_name %}You have requested to register with the email address:
{{ email }}
on the {{ group_name }} website.{% endblocktrans %}
{% blocktrans %}
To continue registration, please follow this link.{% endblocktrans %}
{% blocktrans with group.get_name as group_name %}
Thanks for your interest,
Your {{ group_name }} Team.
{% endblocktrans %}
{% blocktrans %}If you did not make this request you can safely ignore this email.{% endblocktrans %}