{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Export {% endblock %} {% block content %}

Export Workout

Edit Workout

Advanced Edit

Click on the icon to upload this workout to your site of choice. A checkmark indicates that the workout has already been uploaded. If the button is grayed out, click it to authorize the connection to that site. Use TCX or CSV export to email a TCX or CSV file of your workout to yourself.

{% if workout.uploadedtoc2 == 0 %} {% if user.rower.c2token == None or user.rower.c2token == '' %}
C2 icon
{% else %}
Concept2 icon
{% endif %} {% else %}
Concept2 icon
{% endif %} {% if workout.uploadedtostrava == 0 %} {% if user.rower.stravatoken == None or user.rower.stravatoken == '' %}
Strava icon
{% else %}
Strava icon
{% endif %} {% else %}
Concept2 icon
{% endif %} {% if workout.uploadedtosporttracks == 0 %} {% if user.rower.sporttrackstoken == None or user.rower.sporttrackstoken == '' %}
SportTracks icon
{% else %}
SportTracks icon
{% endif %} {% else %}
Concept2 icon
{% endif %}
TCX Export
CSV Export
{% if workout.uploadedtorunkeeper == 0 %} {% if user.rower.runkeepertoken == None or user.rower.runkeepertoken == '' %} {% else %}
Runkeeper icon
{% endif %} {% else %} {% endif %} {% if workout.uploadedtounderarmour == 0 %} {% if user.rower.underarmourtoken == None or user.rower.underarmourtoken == '' %} {% else %}
Underarmour icon
{% endif %} {% else %} {% endif %} {% if workout.uploadedtotp == 0 %} {% if user.rower.tptoken == None or user.rower.tptoken == '' %} {% else %}
Tp icon
{% endif %} {% else %} {% endif %}

Connect

Click one of the below logos to connect to the service of your choice. You only need to do this once. After that, the site will have access until you revoke the authorization for the "rowingdata" app.

connect with strava

connect with Concept2

connect with SportTracks

connect with Runkeeper

connect with Under Armour

connect with TrainingPeaks

{% endblock %}