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

Available on C2 Logbook

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

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

  • {% csrf_token %} Select All New {% for workout in workouts %} {% endfor %}
    Import Date/Time Duration Total Distance Type Source Comment 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:'comment' }} {{ workout|lookup:'new' }}
  • {% else %}

    No workouts found

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