{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %} Flexible Plot {% endblock %} {% localtime on %} {% block content %} {{ interactiveplot |safe }} {{ widgetscript | safe }}

 

{% csrf_token %} {% if workstrokesonly %} {% else %} {% endif %}
If your data source allows, this will show or hide strokes taken during rest intervals.
{{ the_div|safe }}
{{ widgetdiv1|safe }} {{ widgetdiv2|safe }}
{% endblock %} {% endlocaltime %}