{% extends "newbase.html" %} {% block title %}Change Rower Export Settings{% endblock %} {% block main %}
You are currently connected to: {% if rower.c2token is not None and rower.c2token != '' %} Concept2 Logbook, {% endif %} {% if rower.nktoken is not None and rower.nktoken != '' %} NK Logbook, {% endif %} {% if rower.sporttrackstoken is not None and rower.sporttrackstoken != '' %} SportTracks, {% 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.rp3token is not None and rower.rp3token != '' %} RP3, {% endif %} {% if rower.rojabo_token is not None and rower.rojabo_token != '' %} Rojabo, {% endif %} {% if rower.intervals_token is not None and rower.intervals_token != '' %} Intervals.icu {% endif %}
{% if form.errors %}Please correct the error{{ form.errors|pluralize }} below.
{% endif %}{% 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). If you want to export our structured workout sessions to your Garmin device, you have to set the "Garmin Activity" to a activity type that is supported by your watch. Not all watches support "Custom" activities, so you may have to set your activity to Run or Ride while rowing.
{% if rower.stravatoken and rower.stravatoken != '' %}You are connected to Strava.. Workouts imported from Strava will not be synced to other platforms and the data will only be visible to you, not your team members or coaches. We have to respect the terms and conditions of the Strava API, which do not allow us to sync data to other platforms or to share the data with others.
{% endif %}Strava Auto Import also imports activity changes on Strava to Rowsandall, except when you delete a workout on Strava. If you want Deletions to propagate to Rowsandall, tick the Strava Auto Delete check box.
| Application | Scope | Revoke |
|---|---|---|
| {{ grant.application }} | {{ grant.scope }} | Revoke |
{{ apikey }}
This API key can be used to access the Rowsandall API. It is used by some third party applications to access your data. Keep it secret.Click on one of the icons below to connect to the service of your choice or to renew the authorization.
{% endblock %} {% block sidebar %} {% include 'menu_profile.html' %} {% endblock %}