Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / account_notification.txt @ 3abf6c78

History | View | Annotate | Download (1.1 kB)

1
--- A translation in English follows ---
2

    
3
{% if group_creation %}
4
Έχει δημιουργηθεί ο παρακάτω λογαριασμός:
5
{% else %}
6
Έχει ενεργοποιηθεί ο παρακάτω λογαριασμός:
7
{% endif %}
8

    
9
Email:          {{user.email}}
10
First name:     {{user.first_name}}
11
Last name:      {{user.last_name}}
12
Is active:      {{user.is_active}}
13
Level:          {{user.level}}
14
Invitations:    {{user.invitations}}
15

    
16
{% if group_creation %}
17
Για την ενεργοποίησή του μπορείτε να χρησιμοποιήσετε το command line εργαλείο snf-manage user_send_activation
18
{% endif %}
19
--
20

    
21
{% if group_creation %}
22
The following account has been created:
23
{% else %}
24
The following account has been activated:
25
{% endif %}
26

    
27
Email:          {{user.email}}
28
First name:     {{user.first_name}}
29
Last name:      {{user.last_name}}
30
Is active:      {{user.is_active}}
31
Level:          {{user.level}}
32
Invitations:    {{user.invitations}}
33

    
34
{% if group_creation %}
35
For its activation you can use the command line tool snf-manage user_send_activation
36
{% endif %}