{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block content %}
{% include "teambuttons.html" with teamid=team.id team=team %}

{{ team.name }} Team Workouts

{% if team %}
{% else %} {% endif %}
{{ dateform.as_table }}
{% csrf_token %}
{% if team %}
{% else %} {% endif %}
{{ modalityform.as_table }}
{% csrf_token %}
{% if team %}
{% else %} {% endif %}
{% if workouts %} Toggle All
{{ form.as_table }}
{% else %}

No workouts found

{% endif %}

Warning: You are on an experimental part of the site. Use at your own risk.

Select two or more workouts on the left, and press submit

{{ joinparamform.as_table }}

{% csrf_token %}

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

{% endblock %}