{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}View Workout {% endblock %} {% block content %} {{ interactiveplot |safe }}

Interactive Plot

{% if user.is_authenticated and mayedit %}

Edit Workout

Advanced Edit

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