{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}

{{ team.name }} Compare Workouts

  • Select two or more workouts on the left, set your plot settings, and press submit

    You can use the date and search forms to search through all workouts from this team.

    TIP: Agree with your team members to put tags (e.g. '8x500m') in the notes section of your workouts. That makes it easy to search.

  • {{ dateform.as_table }}
    {{ modalityform.as_table }}
    {% csrf_token %}

  • {{ searchform }}
  • {% if workouts %}
    Toggle All
    {{ form.as_table }}
    {% else %}

    No workouts found

    {% endif %}
  • {% csrf_token %} {{ chartform.as_table }}

{% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}