Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (132 Bytes)

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

    
3
  
4
{% block content %}
5
User {{user}} requests to leave project {{object.name}}.
6
{% endblock content %}