Private
Public Access
1
0
Files
rowsandall/rowers/templates/teammessage.html
Sander Roosendaal bdeed4c277 email from group page
2019-07-31 13:17:52 +02:00

15 lines
267 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Here is a message from {{ managername }}, the team manager of rowsandall.com team {{ teamname }}.
</p>
<p>
<code>
{{ message }}
</code>
</p>
{% endblock %}