{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block content %}
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.
| Import | Date/Time | Duration | Total Distance | Type | Source | Comment | New |
|---|---|---|---|---|---|---|---|
| {% if workout|lookup:'source' != 'Web' %} Import | {% else %} {% endif %}{{ workout|lookup:'starttime' }} | {{ workout|lookup:'duration' }} | {{ workout|lookup:'distance' }} | {{ workout|lookup:'rowtype' }} | {{ workout|lookup:'source' }} | {{ workout|lookup:'comment' }} | {% if workout|lookup:'source' != 'Web' %} {{ workout|lookup:'new' }} {% else %} {% endif %} |
No workouts found
{% endif %} {% endblock %}