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

Confirm Your Changes

Order Overview

  • Plan{{ plan.name }}
    Payment Type{{ plan.paymenttype }}
    Billing Cycle1 year
    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 }}

  • Change Downgrade

  • I have taken note of the Refund and Cancellation Policy and agree with the Terms of Service.

    {% csrf_token %}
  • Your downgrade will be effective immediately. We need your payment method to process the downgrade. If the selected new plan has a lower price than your current plan, your payment method will not be charged.

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