Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1.1 kB)

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

    
3
Έχει δημιουργηθεί το παρακάτω group:
4

    
5
Id:                 {{group.id}}}
6
Name:               {{group.name}}
7
Type:               {{group.kind}}
8
Issue date:         {{group.issue_date|date:"d/m/Y"}}
9
Expiration date:    {{group.expiration_date|date:"d/m/Y"}}
10
Moderation:         {{group.moderation_enabled}}
11
Owner:              {{owner}}
12
Policies:
13
{% for p in policies %}
14
    {{p}}
15
{% endfor %}
16

    
17
Για την ενεργοποίησή του μπορείτε να χρησιμοποιήσετε το command line εργαλείο:
18
snf-manage group_update <group_id> --enable
19
--
20

    
21
The following account has been created:
22

    
23
Id:                 {{group.id}}}
24
Name:               {{group.name}}
25
Type:               {{group.kind}}
26
Issue date:         {{group.issue_date|date:"d/m/Y"}}
27
Expiration date:    {{group.expiration_date|date:"d/m/Y"}}
28
Moderation:         {{group.moderation_enabled}}
29
Owner:              {{owner}}
30
Policies:
31
{% for p in policies %}
32
    {{p}}
33
{% endfor %}
34

    
35
For its activation you can use the command line tool:
36
snf-manage group_update <group_id> --enable