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

Clone Multiple Sessions for {{ team.name }}

{% else %}

Clone Multiple Sessions for {{ rower.user.first_name }} {{ rower.user.last_name }}

{% endif %}
  • {{ dateform.as_table }}
    {{ teamform.as_table }}

  • Back by {{ timeperiod|timedeltadays }} days

    Forward by {{ timeperiod|timedeltadays }} days

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

    No sessions found

    {% endif %}

    Select one or more planned sessions, select the date when the new cycle starts below and press submit

    {% csrf_token %} {{ dateshiftform.as_table }}

    You can use the date and search forms above to search through all sessions.

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