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

Available on NK 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.

  • {% endif %}
  • {{ dateform.as_table }}
    {% csrf_token %}
  • {% if workouts %}
  • {% csrf_token %} Select All New {% for workout in workouts %} {% endfor %}
    Import Name Date Duration Distance New
    {% if workout|lookup:'new' == 'NEW' and checknew == 'true' %} {% else %} {% endif %} {{ workout|lookuplong:'name' }} {{ workout|lookuplong:'starttime' }} {{ workout|lookup:'duration' }} {{ workout|lookup:'distance' }} m {{ workout|lookup:'new' }}
  • {% else %}
  • No workouts found

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