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

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

{% endif %}

Advanced Workout Editor

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

This is a preview of the page with advanced functionality for Pro users. See the page about Pro membership for more information and to sign up for Pro Membership {% endif %}

Edit Workout

Export

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.rower.rowerplan == 'pro' %} 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.rower.rowerplan == 'pro' %} 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.rower.rowerplan == 'pro' %} Dist Metrics Plot {% else %} Dist Metrics Plot {% endif %}

Various advanced stroke metrics plotted versus distance.

{% if user.rower.rowerplan == 'pro' %} Time Metrics Plot {% else %} Time Metrics Plot {% endif %}

Various advanced stroke metrics plotted versus time.

Big Interactive Plot

See (and save) the big interactive plot

{% if user.rower.rowerplan == 'pro' %} Power Histogram {% else %} Dist Metrics Plot {% endif %}

Plot the Power Histogram of this workout

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