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

{{ team.name }} Glue Workouts

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

    No workouts found

    {% endif %}
  • Select two or more workouts on the left, and press submit

    {{ joinparamform.as_table }}

    {% csrf_token %}

  • {{ dateform.as_table }}
    {{ modalityform.as_table }}

    {% csrf_token %}

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