{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}
  • {{ the_div|safe }}
  • 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.

  • {{ searchform }}
    {% 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 }}
  • {{ dateform.as_table }}
    {{ optionsform.as_table }}
    {% csrf_token %}
{% endblock %} {% block scripts %} {% if request.method == 'POST' %} {% endif %} {% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}