30 lines
777 B
HTML
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 € {{ 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 %}
|