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

Dear {{ name }},

Thank you. We have received the payment of € {{ amount }} for your new subscription to the Rowsandall paid plan "{{ planname }}".

{% if recurring=='recurring' %}

Your next charge is due on {{ end_of_billing_period }}. We will charge you on that date.

The subscription will keep running until you change or stop it.

{% else %}

This one year subscription will automatically end on {{ end_of_billing_period }}. You can renew your subscription after that.

At any point in time, you can change your subscription to an automatically renewing subscription. You can do this on the upgrade page. Here, you can also upgrade your subscription.

{% endif %}

Upgrades in the middle of a billing cycle will be charged pro-rated. For the current billing cycle, you will only be charged for the price difference for the remaining fraction of the billing cycle. If you downgrade to a lower cost subscription, the pro-rated difference will be used as a credit, lowering the amount charged on the next billing cycle.

You can stop the subscription through the subscription management page. The subscription will be stopped immediately without a refund.

Please contact our customer service by replying to this email if you have any further questions regarding your subscription.

Best Regards, the Rowsandall Team

{% endblock %}