better welcomes
This commit is contained in:
@@ -5,22 +5,34 @@
|
||||
|
||||
<p>
|
||||
Thank you. We have received the payment of € {{ amount }} for
|
||||
your updated Rowsandall subscription.
|
||||
You are now on the Rowsandall paid plan "{{ planname }}".
|
||||
your updated Rowsandall subscription.
|
||||
You are now on the Rowsandall paid plan "{{ planname }}".
|
||||
</p>
|
||||
|
||||
<p>
|
||||
With your contribution, you are helping to keep this service to the rowing community
|
||||
running. As the founder and developer of the Rowsandall.com site I am very interested
|
||||
to know what you think of Rowsandall.com, as well as suggestions for improvements.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
So don't hesitate to respond to this email and let me know. I will read and respond to each
|
||||
email.
|
||||
</p>
|
||||
|
||||
{% if recurring=='recurring' %}
|
||||
<p>
|
||||
Some more information about the subscription.
|
||||
The subscription cost is €{{ price }} per year.
|
||||
Your next charge is due on {{ end_of_billing_period }}. We will charge you automatically
|
||||
on that date.
|
||||
on that date.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The subscription will keep running until you change or stop it. At any point in time you
|
||||
can change the automatically renewing subscription to a "one year only" subscription through
|
||||
<a href="{{ siteurl}}/rowers/upgrade/">the upgrade page</a>. On this page, you can also
|
||||
upgrade your subscription.
|
||||
upgrade your subscription.
|
||||
</p>
|
||||
|
||||
{% else %}
|
||||
@@ -28,7 +40,7 @@
|
||||
The price of the subscription is €{{ price }}. You have paid €{{ amount }} as a
|
||||
prorated cost of your upgrade.
|
||||
This one year subscription will automatically end on {{ end_of_billing_period }}. You can
|
||||
renew your subscription after that.
|
||||
renew your subscription after that.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -60,4 +72,3 @@
|
||||
Best Regards, the Rowsandall Team
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user