Revision 73fbaec4 snf-astakos-app/astakos/im/templates/im/projects/project_creation_notification.txt

b/snf-astakos-app/astakos/im/templates/im/projects/project_creation_notification.txt
15 15
Precursor:                      {{object.precursor_application.id}}
16 16
Policies:
17 17
{% for p in object.definition.projectresourcegrant_set.all %}
18
    {{p.resource}}: uplimit:{% if p.member_limit %}{{p.member_limit}}{% else %}inf{% endif %}
18
    {{p.resource}}: uplimit:{% if p.member_capacity %}{{p.member_capacity}}{% else %}inf{% endif %}
19 19
{% endfor %}
20 20

  
21 21
Για την ενεργοποίησή του μπορείτε να χρησιμοποιήσετε το command line εργαλείο:
......
38 38
Precursor:                      {{object.precursor_application.id}}
39 39
Policies:
40 40
{% for p in object.definition.projectresourcegrant_set.all %}
41
    {{p.resource}}: uplimit:{% if p.member_limit %}{{p.member_limit}}{% else %}inf{% endif %}
41
    {{p.resource}}: uplimit:{% if p.member_capacity %}{{p.member_capacity}}{% else %}inf{% endif %}
42 42
{% endfor %}
43 43

  
44 44
For approving it you can use the command line tool:

Also available in: Unified diff