Revision 6d583e07 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
2 2
{% load filters %}
3 3
  
4 4
{% block content %}
5
The following project has been created:
6

  
5
The following project application has been submitted:
7 6

  
8 7
Id:                             {{object.id}}
8
Project:                        {{object.chain_id}}
9 9
Name:                           {{object.name}}
10 10
Issue date:                     {{object.issue_date|date:"d/m/Y"}}
11 11
Start date:                     {{object.start_date|date:"d/m/Y"}}
......
22 22
{% endfor %}
23 23

  
24 24
For approving it you can use the command line tool:
25
snf-manage project-control --approve <id>
26
{% endblock content %}
25
snf-manage project-control --approve {{object.id}}
26
{% endblock content %}

Also available in: Unified diff