diff --git a/rowers/templates/advancededit.html b/rowers/templates/advancededit.html index 0df1fff3..a43e0c04 100644 --- a/rowers/templates/advancededit.html +++ b/rowers/templates/advancededit.html @@ -6,198 +6,217 @@ {% block content %}
- Please correct the error{{ form.errors|pluralize }} below. -
- {% endif %} - -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 -
-- Workflow View -
-- 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 }} - | - |
+ Please correct the error{{ form.errors|pluralize }} below. +
+ {% endif %} + +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 %} -- Compare this workout to other workouts. Plot HR, SPM, or pace vs time or distance for the two workouts. -
- Flexible Interactive plot. Pick your own X and Y axis parameters. -
+ -+
| 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 }} + | + |
- Enter or change the interval and summary data for your workout -
++ Compare this workout to other workouts. Plot HR, SPM, or pace vs time or distance for the two workouts. +
++ Flexible Interactive plot. Pick your own X and Y axis parameters. +
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + 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' or user.rower.rowerplan == 'coach' %} - Dist Metrics Plot - {% else %} - Dist Metrics Plot - {% endif %} -
-- Various advanced stroke metrics plotted versus distance. -
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Dist Metrics Plot + {% else %} + Dist Metrics Plot + {% endif %} +
++ Various advanced stroke metrics plotted versus distance. +
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Time Metrics Plot + {% else %} + Time Metrics Plot + {% endif %} +
++ Various advanced stroke metrics plotted versus time. +
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Power Histogram + {% else %} + Power Histogram + {% endif %} +
++ Plot the Power Histogram of this workout +
+- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} - Time Metrics Plot - {% else %} - Time Metrics Plot - {% endif %} -
-- Various advanced stroke metrics plotted versus time. -
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Glue + {% else %} + Glue + {% endif %} +
++ Glue multiple workouts together (into one workout). For example, to combine separately recorded intervals. +
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Sensor Fusion + {% else %} + Sensor Fusion + {% endif %} +
++ Merge data from another source into this workout +
++ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Split Workout + {% else %} + Split Workout + {% endif %} +
++ Split workout into two seperate workouts +
+- See (and save) the big interactive plot -
++ See (and save) the big interactive plot +
+- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} - Power Histogram - {% else %} - Dist Metrics Plot - {% endif %} -
-- Plot the Power Histogram of this workout -
-- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} - Sensor Fusion - {% else %} - Sensor Fusion - {% endif %} -
-- Merge data from another source into this workout -
-- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} - Split Workout - {% else %} - Split Workout - {% endif %} -
-- Split workout into two seperate workouts -
-- See (and save) the big interactive plot -
-+ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} + Glue + {% else %} + Glue + {% endif %} +
++ Glue multiple workouts together (into one workout). For example, to combine separately recorded intervals. +
+{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} @@ -220,6 +224,17 @@
+ See (and save) the big interactive plot +
+{% if team %}