Revision 6e3bb9c8 snf-astakos-app/astakos/im/templates/im/account_activated_notification.txt

b/snf-astakos-app/astakos/im/templates/im/account_activated_notification.txt
8 8
Invitations:       {{user.invitations}}
9 9
Accepted reason:   {{user.accepted_policy}}
10 10

  
11
{% if user.email_address_log %}
12
WARNING: The account email address seems to have already been used in the past:
13

  
14
user uuid                               from                      until
15
------------------------------------    ------------------------  -----------------------
16
{% for log in user.email_address_log %}{{ log.1 }}    {{ log.2 }}  {{ log.3 }}
17
{% endfor %}
18
{% endif %}
19

  
11 20
Authentication provider: {{ user.get_auth_provider|safe }}

Also available in: Unified diff