{% extends "emailbase.html" %} {% block body %}

User {{ name }} has created a subscription.

New plan: "{{ planname }}".

{% if recurring=='recurring'%}

The subscription cost is €{{ price }} per year. The next charge is due on {{ end_of_billing_period }}.

{% else %}

The subscription cost is €{{ price }}. The subscription ends on {{ end_of_billing_period }}

{% endif %}

Amount charged: €{{ amount }}

Best Regards, the Rowsandall Team

{% endblock %}