{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}View Workout {% endblock %} {% block content %} {{ interactiveplot |safe }}

Indoor Rower Power Histogram

Summary for {{ theuser.first_name }} {{ theuser.last_name }} between {{ startdate|date }} and {{ enddate|date }}

Direct link for other Pro users: https://rowsandall.com/rowers/{{ id }}/histo/{{ startdate|date:"Y-m-d" }}/{{ enddate|date:"Y-m-d" }}

Use this form to select a different date range:

Select start and end date for a date range:

{{ form.as_table }}
{% csrf_token %}
Or use the last {{ deltaform }} days.
{% csrf_token %}
{{ the_div|safe }}
{% endblock %}