Private
Public Access
1
0
Files
rowsandall/rowers/templates/instantplansold.html
Sander Roosendaal 83e1de9866 working
2021-11-09 22:22:42 +01:00

18 lines
296 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>User <strong>{{ name }}</strong> made a payment.</p>
<p>
Plan: {{ planname }}, starting on {{ startdate }} and ending on {{ enddate }}
</p>
<p>
Price: &euro;{{ amount }}.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}