{% extends "newbase.html" %} {% block title %}Change Rower Export Settings{% endblock %} {% block main %}

Import and Export Settings for {{ rower.user.first_name }} {{ rower.user.last_name }}

{% if user.rower.rowerplan == 'basic' %} The auto import and export settings only work on a paid plan. {% endif %} {% if form.errors %}

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

{% endif %}

{{ form.as_table }}
{% csrf_token %}

Click on one of the icons below to connect to the service of your choice or to renew the authorization

connect with strava

connect with Concept2

connect with SportTracks

connect with RunKeeper

connect with Under Armour

connect with Polar

{% endblock %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}