{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% block title %}Chart Stack{% 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 %}

Chart Stack

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

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