Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (175 Bytes)

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

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

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

    
10
{% endblock content %}