{% extends "newbase.html" %} {% block title %}Rowsandall Paid Membership{% endblock title %} {% load rowerfilters %} {% block main %}
Thank you for changing to {{ user.rower.paidplan.name }}. You're all settled. You will receive an email confirming the transaction.
{% 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 %}
{% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}