{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}

Available on SportTracks

{% if workouts %}
  • Import all NEW
  • This imports all workouts that have not been imported to rowsandall.com. The action may take a longer time to process, so please be patient. Click on Import in the list below to import an individual workout.

  • {% for workout in workouts %} {% endfor %}
    Import Name Date/Time Duration Total Distance Type New
    Import {{ workout|lookup:'name' }} {{ workout|lookup:'starttime' }} {{ workout|lookup:'duration' }} {{ workout|lookup:'distance' }} m {{ workout|lookup:'type' }} {{ workout|lookup:'new' }}
{% else %}

No workouts found

{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}