{% load i18n %}
{% blocktrans with group.get_name as group_name and currentuser.username as username and currentuser.email as currentuser_email %}
You have requested to receive your username and a newly generated password on the {{ group_name }} website.


     Your Username: {{ username }}
 Your New Password: {{ password }}
 Your Emailaddress: {{ currentuser_email }}



Thanks for your interest,
  Your {{ group_name }} Team.{% endblocktrans %}


{% blocktrans with request.META.REMOTE_ADDR as remote_addr %}The request was made by a user with the IP {{ remote_addr }},
if you did not make this request you can safely ignore this email.{% endblocktrans %}
