{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% block title %} Flexible Plot {% endblock %} {% localtime on %} {% block main %}
{% if workout|previousworkout:rower.user %} Previous {% endif %} {% if workout|nextworkout:rower.user %} Next {% endif %}
Chart {{ favoritenr|add:1 }}:{{ favoritechartnotes }}
{% endif %}