diff --git a/rowers/templates/advancededit.html b/rowers/templates/advancededit.html index 267be786..0e40362b 100644 --- a/rowers/templates/advancededit.html +++ b/rowers/templates/advancededit.html @@ -7,115 +7,132 @@ {% block content %}
- Please correct the error{{ form.errors|pluralize }} below. -
- {% endif %} + {% if form.errors %} ++ 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 -
-- Export -
+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 }} - | - |
| 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 }} + | + |
- 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. -
-+ 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' %} - Edit Intervals - {% else %} - Edit Intervals - {% endif %} -
- Enter or change the interval and summary data for your workout ++ {% 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 -
-+ 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. -
-- See (and save) the big interactive plot -
-+ {% 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. +
++ 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 +
+