{% extends "base.html" %} {% block title %}Change Rower {% endblock %} {% block content %} {% if form.errors %}

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

{% endif %}

Heart Rate Bands

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

Functional Threshold Power

{{ powerform.as_table }}
{% csrf_token %}

Manage Favorite Charts
{% endblock %}