{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %} Flexible Plot {% endblock %} {% localtime on %} {% block content %} {{ js_res | safe }} {{ css_res| safe }} {{ the_script |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 }}
{% endblock %} {% endlocaltime %}