-
Select Team
Selecting a team assigns this session to all members of the team.
Unselecting a team does not remove rowers
who are already assigned to this session. Use the Rowers selection for that.
-
Select Rowers
{{ rowersform.as_table }}
-
Session {{ plannedsession.name }}
Delete
Clone
-
{% if plannedsessions %}
Team Plan Sessions
| After |
Before |
Name |
Value |
|
Edit |
Clone |
Delete |
{% for ps in plannedsessions %}
| {{ ps.startdate|date:"Y-m-d" }} |
{{ ps.enddate|date:"Y-m-d" }} |
{% if ps.name != '' %}
{{ ps.name }}
{% else %}
Unnamed Session
{% endif %}
|
{{ ps.sessionvalue }} |
{{ ps.sessionunit }} |
Edit
|
Clone
|
Delete
|
{% endfor %}
{% endif %}