{% trans 'Temporary password' %}
{% blocktrans %}The temporary password(s) have been set. Now securely inform the user(s) about their new password.{% endblocktrans %}
{% blocktrans %}The user(s) will be required to change their password on first usage.{% endblocktrans %}
-
{% for u, password in passwords %}
-
{% if u.get_full_name %}
{% trans 'User' %}: {{ u.get_full_name }}
{% endif %}{% trans 'Username' %}: {{ u.username }}
{% trans 'Email' %}: {{ u.email|default:"-" }}
{% trans 'Temporary password' %}:
{% trans 'Your temporary password' as email %}{{ password }}
{% endfor %}