{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}View Comparison {% endblock %} {% block content %} {{ interactiveplot |safe }}
{% include "teambuttons.html" with teamid=teamid team=team %}

Interactive Comparison

{% csrf_token %} {{ chartform.as_table }}

{{ the_div|safe }}
{% endblock %}