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

Available on {{ integration }}

  • {{ dateform.as_table }}
    {% csrf_token %}
  • {% if workouts %} {% if integration == 'C2 Logbook' %}
  • 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.

  • {% if page > 1 %} {% endif %}

  • {% endif %}
  • {% csrf_token %} Select All New {% for workout in workouts %} {% endfor %}
    Import Date/Time Duration Total Distance Type Source Name New
    {% if workout|lookup:'new' == 'NEW' and checknew == 'true' %} {% else %} {% endif %} {{ workout|lookup:'starttime' }} {{ workout|lookup:'duration' }} {{ workout|lookup:'distance' }} {{ workout|lookup:'rowtype' }} {{ workout|lookup:'source' }} {{ workout|lookup:'name' }} {{ workout|lookup:'new' }}
  • {% else %}

    No workouts found

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