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

Select {{ theuser.first_name }}'s Workouts for BoxPlot

{% else %}

Select {{ user.first_name }}'s Workouts for BoxPlot

{% endif %}
  • 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.

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

    No workouts found

    {% endif %}
  • Select two or more workouts, set your plot settings below, and press submit

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

  • {% if theuser %}
    {% else %} {% endif %} {{ dateform.as_table }}
    {{ optionsform.as_table }}
    {% csrf_token %}
  • {{ searchform }}
{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}