{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}View Comparison {% endblock %} {% block main %} {{ interactiveplot |safe }}

Interactive Comparison

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

{% endblock %} {% block sidebar %} {% if active == 'nav-racing' %} {% include 'menu_racing.html' %} {% else %} {% include 'menu_workouts.html' %} {% endif %} {% endblock %}