{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %}Change Workout {% endblock %} {% block content %}
{% if form.errors %}

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

{% endif %}

Edit Workout Interval Data

Advanced

Advanced Functionality (More interactive Charts)
{% localtime on %}

{{ form.as_table }}
{% csrf_token %}

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:

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

{{ 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 }}
Public link to interactive chart https://rowsandall.com/rowers/workout/{{ workout.id }}/interactiveplot
{% endlocaltime %}
{% endblock %}