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

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

{% endif %}

Stroke Data for workout {{ id }}

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