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

Cancel Subscriptions

  • {% if subscriptions %}

    {% for subscription in subscriptions %} {% endfor %}
    SubscriptionPaid UntilPrice Subscription type 
    {{ subscription|lookup:"plan" }} {{ subscription|lookup:"end_date" }} {{ subscription|lookup:"price" }} € {% if subscription|lookup:"never_expires" %} Recurring {% else %} Not recurring {% endif %} Stop this plan

    By clicking on the link to stop the plan, you will downgrade to the Basic plan. Future payments will be stopped. Warning: You will not receive a refund. If you wanted to downgrade (and receive a credit for the price difference), click here: Downgrade.

    {% else %}

    You don't have any subscriptions or your subscriptions cannot be automatically stopped from the site.

    If you have paid through PayPal, log in to your PayPal account and cancel any recurring payment there. We will manually downgrade your subscription.

    If you have questions, don't hesitate to contact us.

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