{% 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 }}
{% if user.rower.rowerplan == 'pro' %}
{% if maxfav >= 0 %} Manage Favorites {% else %}   {% endif %}
{% if favoritenr > 0 %} < {% else %} < {% endif %}
{% csrf_token %} {% if workstrokesonly %} {% else %} {% endif %}
{% if favoritenr < maxfav %} > {% else %} > {% endif %}
{% endif %} {% endblock %} {% endlocaltime %}