{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}View Workout {% endblock %} {% block main %} {% if user.is_authenticated and mayedit %}

Indoor Rower Power Histogram

  • {{ the_div|safe }}
{{ interactiveplot |safe }} {% endif %} {% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}