{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}{{ workout.name }} Advanced {% endblock %} {% block content %}
{% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}

{{ workout.name }} - Advanced

{% if user.rower.rowerplan == 'basic' %}

Functionality marked with an asterisk (*) is limited to the paid plans. See the page about Pro membership for more information and to sign up for Pro Membership

{% endif %}
Date:{{ workout.date }}
Time:{{ workout.starttime }}
Distance:{{ workout.distance }}m
Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
Public link to this workout https://rowsandall.com/rowers/workout/{{ workout.id }}
{% if user|is_promember %} Compare Workouts {% else %} Compare Workouts* {% endif %}

Compare this workout to other workouts. Plot HR, SPM, or pace vs time or distance for the two workouts.

Flexible Interactive Plot

Flexible Interactive plot. Pick your own X and Y axis parameters.

{% if user|is_promember %} Edit Intervals {% else %} Edit Intervals* {% endif %}

Enter or change the interval and summary data for your workout

Enter or change the interval and summary data for your workout

{% if user|is_promember %} Dist Metrics Plot {% else %} Dist Metrics Plot* {% endif %}

Various advanced stroke metrics plotted versus distance.

{% if user|is_promember %} Time Metrics Plot {% else %} Time Metrics Plot* {% endif %}

Various advanced stroke metrics plotted versus time.

{% if user|is_promember %} Power Histogram {% else %} Power Histogram* {% endif %}

Plot the Power Histogram of this workout

{% if user|is_promember %} Glue {% else %} Glue* {% endif %}

Glue multiple workouts together (into one workout). For example, to combine separately recorded intervals.

{% if user|is_promember %} Sensor Fusion {% else %} Sensor Fusion* {% endif %}

Merge data from another source into this workout

{% if user|is_promember %} Split Workout {% else %} Split Workout* {% endif %}

Split workout into two seperate workouts

Big Interactive Plot

See (and save) the big interactive plot

In-Stroke Metrics

If your workout has in-stroke metrics (like a stroke power curve or boat acceleration curve), you will find it here.

{{ interactiveplot |safe }}
{{ the_div |safe }}
{% endblock %}