Private
Public Access
1
0
Files
rowsandall/rowers/templates/cancel_subscription_fail_email.html
2018-12-20 15:29:21 +01:00

22 lines
296 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>
User {{ name }} tried to cancel his subscription with id "{{ id }}" on {{ siteurl }} but failed.
</p>
<p>
User name: {{ username }}
</p>
<p>
User email: {{ email }}
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}