Private
Public Access
1
0
Files
rowsandall/rowers/templates/paymentconfirmationemail_noinvoice.html
2024-12-26 12:49:29 +01:00

13 lines
182 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear Admin,</p>
<p><strong>{{ name }}</strong>: {{ reason }}.</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}