{{ user.username }} › Email history

{% for i in user.emailHistory %} {% endfor %}
Email History
Address Registered since Registered from
{{ i.0 }} {{ i.1 }} {{ i.2 }} S WI
{% for r in user.emailDuplicateHistory %} {% if loop.first %}

Duplicate email addresses used

{% endif %} {% if loop.last %}
Username Email Registered since Registered from Enabled Donor Warned until
{{ r.user.username }} {{ r.user.email }} {{ r.created }} {{ r.ipv4 }} S WI {{ r.user.isEnabled ? 'yes' : 'no' }} {{ r.user.isDonor ? 'yes' : 'no' }} {{ r.user.isWarned ? r.user.endWarningDate(0) : 'no' }}

{% endif %} {% endfor %}