{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}
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 | 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' }} |
No workouts found
{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}