+
  • - {{ form.as_table }} + + + + + + + + + + +
    Name{{ workout.name }}
    Distance:{{ workout.distance }}m
    Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
    Public link to this workout + https://rowsandall.com/rowers/workout/{{ workout.id }} + +
    Public link to interactive chart + https://rowsandall.com/rowers/workout/{{ workout.id }}/interactiveplot + +
    - {% csrf_token %} -
    +

    Interval Shorthand

    +

    + See the how-to at the bottom of this page for details on how to use this form. +

    + + + {{ form.as_table }} +
    + {% csrf_token %} -
    -
  • - -

    Intervals by Power/Pace

    - -

    With this form, you can specify a power or pace level. Everything faster/harder than the - specified pace/power will become a work interval. Everything slower will become a rest - interval. -

    - -
    - - {{ powerupdateform.as_table }} -
    - - {% csrf_token %} -
    - -
    -
    + +

    Intervals by Power/Pace

    - -