{% extends "newbase.html" %} {% block title %}Rowsandall Purchase Training Plan{% endblock title %} {% load rowerfilters %} {% block main %}

Purchase Training Plan

  • Billing Details

    For tax reasons, we need your country of residence. You should update this when it is incorrect.

    {{ form.as_table }} {{ billingaddressform.as_table }}
  • Your Purchase

    Plan: {{ plan.name }}

    Price: {{ plan.price }}€

    {% if rower.eurocredits > 0 %}

    Your Discount: {{ plan.price|discount:rower }}

    You will pay: {{ plan.price|discounted:rower }}

    {% endif %}
  • Your purchase will be effective immediately. You will be charged for the price of the plan.

  • {% csrf_token %} You will be able to review your order before finalizing your purchase.
{% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}