{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %} Flexible Plot {% endblock %} {% localtime on %} {% block main %} {{ js_res | safe }} {{ css_res| safe }} {{ the_script |safe }}

{% if workout|previousworkout:rower.user %} Previous  {% endif %} {% if workout|nextworkout:rower.user %} Next {% endif %}

Flexible Chart

  • {{ the_div|safe }}
  • {% csrf_token %} {{ chartform.as_table }}
    {{ optionsform.as_table }}

  • {% if favoritenr > 0 %} {% else %} {% endif %} {% csrf_token %} {% if workstrokesonly %} {% else %} {% endif %} {% if favoritenr < maxfav %} {% else %} {% endif %}
    {% if favoritechartnotes %}

    Chart {{ favoritenr|add:1 }}:{{ favoritechartnotes }}

    {% endif %}
{% endblock %} {% endlocaltime %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}