{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block title %}Workouts{% endblock %} {% block main %} {{ interactiveplot |safe }} {% if theuser %}
Summary for {{ theuser.first_name }} {{ theuser.last_name }} between {{ startdate|date }} and {{ enddate|date }}
The table gives the efforts you marked as Ranking Piece. The graph shows the best segments from those pieces, plotted as average power (over the segment) vs the duration of the segment/ In other words: How long you can hold that power.
Whenever you load or reload the page, a new calculation is started as a background process. The page will reload automatically when the calculation is ready.
At the bottom of the page, you will find predictions derived from the model.
Select start and end date for a date range:
| Distance | Duration | Avg Power | Date | Avg HR | Max HR | Edit |
|---|---|---|---|---|---|---|
| {{ workout.distance }} m | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | {{ avgpower|lookup:workout.id }} W | {{ workout.date }} | {{ workout.averagehr }} | {{ workout.maxhr }} | {{ workout.name }} |
No ranking workouts found
{% endif %}| Duration | Distance | Pace (upper) | Power | Power (upper) |
|---|---|---|---|---|
| {{ value }} W | {% endif %} {% if key == "duration" %}{{ value |deltatimeprint }} | {% endif %} {% if key == "distance" %}{{ value }} m | {% endif %} {% if key == 'pace' %}{{ value|paceprint }} | {% endif %} {% endfor %}