{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}{{ workout.name }} {% endblock %} {% block og_title %}{{ workout.name }} {% endblock %} {% block description %}{{ workout.name }} {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block og_description %}{{ workout.name }} {{ workout.date }} - {{ workout.distance }}m - {{ workout.duration |durationprint:"%H:%M:%S.%f" }}{% endblock %} {% block main %}
| Course | Time | Distance |
|---|---|---|
| {{ record.course.name }} | {{ record.duration |durationprint:"%H:%M:%S.%f" }} | {{ record.distance }} m | {% endfor %}
This functionality allows you to record a time on a set course that you've rowed during the workout. The summary will be updated to show time on course, and you can compare this with other attempts.
{% if rower.share_course_results %} You are currently sharing your course results with all Rowsandall users. Click here to hide your course results. {% else %} You are currently hiding your course results (except for your participation in online challenges). Click here to hide your course results. {% endif %}
| Rower: | {{ first_name }} {{ last_name }} |
|---|---|
| Name: | {{ workout.name }} |
| Date: | {{ workout.date }} |
| Time: | {{ workout.starttime }} |
| Distance: | {{ workout.distance }}m |
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} |
| Type: | {{ workout.workouttype }} |
| Weight Category: | {{ workout.weightcategory }} |