{% extends "newbase.html" %} {% block title %}Rowsandall Paid Membership{% endblock title %} {% load rowerfilters %} {% block main %}

Your Payment was completed

Thank you for registering to {{ user.rower.paidplan.name }}. You have paid for 12 months membership. You were charged {{ amount }} € You will receive an email confirming the payment.

{% if user.rower.paymenttype == 'recurring' %} Your next payment will be automatically processed on {{ user.rower.planexpires }} {% else %} Your plan will end automatically on {{ user.rower.planexpires }} {% endif %}

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.

{% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}