Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / projects / project_denial_notification.txt @ 452436aa

History | View | Annotate | Download (172 Bytes)

1
{% extends "im/email.txt" %}
2

    
3
{% block content %}
4
Your project application request ({{object.name}}) has been denied.
5

    
6
Comment:
7
{{object.response}}
8

    
9
{% endblock content %}