Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / account_activated_notification.txt @ 900325e8

History | View | Annotate | Download (370 Bytes)

1
The following account has been activated:
2

    
3
Email:             {{user.email}}
4
First name:        {{user.first_name}}
5
Last name:         {{user.last_name}}
6
Is active:         {{user.is_active}}
7
Level:             {{user.level}}
8
Invitations:       {{user.invitations}}
9
Accepted reason:   {{user.accepted_policy}}
10

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