{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block content %} {{ interactiveplot |safe }}
Summary for {{ theuser.first_name }} {{ theuser.last_name }} between {{ startdate|date }} and {{ enddate|date }}
Direct link for other users: http://rowsandall.com/rowers/{{ id }}/ote-bests/{{ startdate|date:"Y-m-d" }}/{{ enddate|date:"Y-m-d" }}
The table gives the best efforts achieved on the official Concept2 ranking pieces in the selected date range.
This page will evolve and try to give you guidance on where to improve.
Use this form to select a different date range:
Select start and end date for a date range:
| Distance | Duration | Date | Avg HR | Max HR | Edit |
|---|---|---|---|---|---|
| {{ workout.distance }} | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | {{ workout.date }} | {{ workout.averagehr }} | {{ workout.maxhr }} | {{ workout.name }} |
No ranking workouts found
{% endif %}Add non-ranking piece using the form. The piece will be added in the prediction tables below.
| Duration | Distance | Power | Pace |
|---|---|---|---|
| {{ value }} m | {% endif %} {% if key == "pace" %}{{ value |durationprint:"%M:%S.%f" }} | {% endif %} {% if key == "power" %}{{ value }} W | {% endif %} {% if key == "duration" %}{{ value |durationprint:"%H:%M:%S.%f" }} | {% endif %} {% endfor %}
Insufficient data to make predictions
{% endif %}| Duration | Distance | Power | Pace |
|---|---|---|---|
| {{ value }} m | {% endif %} {% if key == "pace" %}{{ value |durationprint:"%M:%S.%f" }} | {% endif %} {% if key == "power" %}{{ value }} W | {% endif %} {% if key == "duration" %}{{ value |durationprint:"%H:%M:%S.%f" }} | {% endif %} {% endfor %}
Insufficient data to make predictions
{% endif %}