{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Change Rower {% endblock %} {% block main %}

User Settings for {{ rower.user.first_name }} {{ rower.user.last_name }}

Need help? Click to read the tutorial

  • Account Information

    {% if rower.user == user %} Password Change {% else %}   {% endif %}

    {% if userform.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %} {% if accountform.errors %}

    {% endif %}
    {{ userform.as_table }} {{ accountform.as_table }} {% if rower.rowerplan != 'basic' %} {% endif %}
     
    Plan{{ rower.paidplan.name }}
    {% if rower.paymenttype != 'recurring' %} Plan Expiry {% else %} Next Payment Due {% endif %} {{ rower.planexpires }}
    {% csrf_token %} {% if rower.rowerplan != 'coach' and rower.user == user %}

    Upgrade

    {% else %}

     

    {% endif %} {% if rower.rowerplan != 'basic' and rower.user == user %}

    Cancel Subscription

    {% endif %}
  • {% if rower.user == user %}
  • GDPR - Data Protection

    Download your data

    Deactivate Account

    Delete Account

  • {% if grants %}

    Applications

    {% for grant in grants %} {% endfor %}
    Application Scope Revoke
    {{ grant.application }} {{ grant.scope }} Revoke
    {% endif %}
{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}