Private
Public Access
1
0
Files
rowsandall/rowers/templates/paymentconfirmationemail.html
Sander Roosendaal 251a52c159 better welcomes
2020-01-06 21:03:35 +01:00

30 lines
777 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ name }}</strong>,</p>
<p>
Thank you. We have received the payment of &euro; {{ amount }} for Rowsandall related services.
</p>
<p>
With your contribution, you are helping to keep this service to the rowing community
running. As the founder and developer of the Rowsandall.com site I am very interested
to know what you think of Rowsandall.com, as well as suggestions for improvements.
</p>
<p>
So don't hesitate to respond to this email and let me know. I will read and respond to each
email.
</p>
<p>
Please contact our customer service by replying to this email if you have any further
questions regarding the payment.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}