-
Select one session on the left, and one or more workouts on the right
to match the workouts to the session. For tests and training sessions,
the selected workouts must be done on the same date. For all sessions,
the workout dates must be between the start and end date for the
session.
If you select a workout that has already been matched to another session,
it will change to match this session.
Workouts marked with a red check mark (✔)
are currently linked to one of your sessions. A workout can only be assigned to
one session at a time.
- Planned Sessions
{% for field in ps_form.hidden_fields %}
{{ field }}
{% endfor %}
{% for field in ps_form.visible_fields %}
| {{ field }} |
{% endfor %}
-
Workouts
{% for field in w_form.hidden_fields %}
{{ field }}
{% endfor %}
{% for field in w_form.visible_fields %}
|
{{ field }}
|
{% endfor %}
-
{% csrf_token %}