{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block content %}

Stream Editor

Edit Workout

Advanced Edit

OTW Power

Run calculations to get power values for your row.

Edit river Stream between turning points in your row. Use positive (+) values to denote rowing with the stream, negative (-) values to denote rowing against the stream.

{% if form.errors %}

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

{% endif %} {{ form.as_table }}
{% csrf_token %}
{{ interactiveplot |safe }}
{{ the_div |safe }}
{% endblock %}