Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / group_creation_notification.txt @ 1e23ceb2

History | View | Annotate | Download (719 Bytes)

1
The following account has been created:
2

    
3
Id:                             {{group.id}}
4
Name:                           {{group.name}}
5
Type:                           {{group.kind}}
6
Issue date:                     {{group.issue_date|date:"d/m/Y"}}
7
Expiration date:                {{group.expiration_date|date:"d/m/Y"}}
8
Moderation:                     {{group.moderation_enabled}}
9
Owner:                          {{owner}}
10
Maximum participant number:	{{group.max_participants}}
11
Policies:
12
{% for p in policies %}
13
    {{p.service}}.{{p.resource}}: uplimit:{% if p.uplimit %}{{p.uplimit}}{% else %}inf{% endif %}
14
{% endfor %}
15

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