{% 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 }}

You are currently connected to: {% if rower.c2token is not None and rower.c2token != '' %} Concept2 Logbook, {% endif %} {% if rower.sporttrackstoken is not None and rower.sporttrackstoken != '' %} SportTracks, {% endif %} {% if rower.underarmourtoken is not None and rower.underarmourtoken != '' %} Under Armour (MapMyFitness), {% endif %} {% if rower.tptoken is not None and rower.tptoken != '' %} TrainingPeaks, {% endif %} {% if rower.polartoken is not None and rower.polartoken != '' %} Polar, {% endif %} {% if rower.garmintoken is not None and rower.garmintoken != '' %} Garmin Connect, {% endif %} {% if rower.stravatoken is not None and rower.stravatoken != '' %} Strava, {% endif %} {% if rower.runkeepertoken is not None and rower.runkeepertoken != '' %} Runkeeper. {% endif %}

{% if form.errors %}

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

{% endif %}

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

{% if rower.garmintoken and rower.garmintoken != '' %}

You are connected to Garmin. Switching off Garmin Connect sync is on the Account settings page. Look for the "Rowsandall" app.

{% endif %}

Garmin Connnect has no manual sync, so connecting your account to your Garmin account will automatically auto-sync workouts from Garmin to Rowsandall (but not in the other direction).

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

connect with Polar

connect with Garmin

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