Private
Public Access
1
0
Files
rowsandall/rowers/templates/teamdropemail.html
Sander Roosendaal 9d46190e85 fixing using jinja2
2018-03-19 23:01:32 +01:00

15 lines
252 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Unfortunately,
{{ managername }} has removed you from
the team {{ teamname }}.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}