{% extends "newbase.html" %} {% block title %}Rowsandall Paid Membership{% endblock title %} {% load rowerfilters %} {% block main %}
Unless specified otherwise, the payments on the recurring payment plans are annual. The prices are specified as a price per year. You can downgrade or cancel your plan at any time, through the settings page. Please refer to our terms and conditions for our payments and refunds policy. Accepted payment methods are the payment methods offered by Braintree through us. If you have any questions about our payments and refunds policy, please contact us by email at support@rowsandall.com.
Payments will be processed by Braintree (A PayPal service):
| Plan | {{ plan.name }} |
|---|---|
| Payment Type | {{ plan.paymenttype }} |
| Plan Duration | 1 year starting today |
| Total | € {{ plan.price|currency }} {% if plan.paymenttype == 'recurring' %} /year {% endif %} |
| Street Address | {{ user.rower.street_address }} |
|---|---|
| City | {{ user.rower.city }} |
| Postal Code | {{ user.rower.postal_code }} |
| Country | {{ user.rower.country }} |