Private
Public Access
1
0
Files
rowsandall/rowers/templates/summarymail.html
2018-06-27 09:52:21 +02:00

14 lines
220 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested summary file.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}