Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / group_creation_notification.txt @ 9a06d96f

History | View | Annotate | Download (1.4 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
Maximum participant number:	{{group.max_participants}}
13
Policies:
14
{% for p in policies %}
15
    {{p}}
16
{% endfor %}
17

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

    
22
The following account has been created:
23

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

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