{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %}Change Workout {% endblock %} {% block content %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}| 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 |
Generating images takes roughly 1 second per minute of your workout's duration. Please reload after a minute or so.
No graphs found
{% endif %}