Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (282 Bytes)

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

    
3
{% block content %}
4
Dear {{ invitation.realname }},
5

    
6
{{ invitation.inviter.realname }} has invited you to use {{ BRANDING_COMPANY_NAME|upper }}'s {{ BRANDING_SERVICE_NAME }} service.
7

    
8
To access the service, please use the link: {{ url }}
9
{% endblock %}