{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block title %}Change Workout {% endblock %} {% block content %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}| Rower: | {{ first_name }} {{ last_name }} | |
|---|---|---|
| Date/Time: | {{ workout.startdatetime }} | |
| Distance: | {{ workout.distance }}m | |
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | |
| Public link to this workout | https://rowsandall.com/rowers/workout/{{ workout.id }} | |
| Public link to interactive chart | https://rowsandall.com/rowers/workout/{{ workout.id }}/interactiveplot |
No graphs found
{% endif %}
{{ workout.summary }}