{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}View Comparison {% endblock %} {% block main %}

Interactive Comparison

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

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