{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% block title %}Change Workout {% endblock %} {% block main %}

Split Workout

{% localtime on %}
  • {{ form.as_table }}
    {% csrf_token %}

  • {{ thescript |safe }} {{ thediv |safe }}
    Date/Time:{{ workout.startdatetime }}
    Distance:{{ workout.distance }}m
    Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}
    Public link to this workout https://rowsandall.com/rowers/workout/{{ workout.id|encode }}
    {% endlocaltime %}
  • Workout Split

    Split your workout in half at the given time using the form above. Use the chart on the right to find the point where you want to split.

    Use any of the following formats:

    • H:MM:SS.d, e.g. 1:45:00.0 for one hour and 45 minutes
    • H:MM:SS, e.g. 1:45:00 for one hour and 45 minutes
    • MM:SS.d, e.g. 30:00.0 for thirty minutes
    • MM, e.g. 30 for thirty minutes

    Warning: If you deselect, "Keep Original", the original workout cannot be restored afterwards.

{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}