+
  • +

    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.

    - - {{ teamform.as_table }} -

    -

    Select Rowers

    -

    - - {{ rowersform.as_table }} -
    + + {{ teamform.as_table }} +

    +

    Select Rowers

    +

    + + {{ rowersform.as_table }} +

    - {% if plannedsessions %} -

    Team Plan Sessions

    -

    - - - - - - - - - - - - - - - {% for ps in plannedsessions %} - - - - - - - - + {% if plannedsessions %} +

    Team Plan Sessions

    +

    +

    AfterBeforeNameValue EditCloneDelete
    {{ 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 -
    + + + + + + + + + + + + + + {% for ps in plannedsessions %} + + + + + + + + + + + + {% endfor %} + +
    AfterBeforeNameValue EditCloneDelete
    {{ 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 +
    +

    + {% endif %} +
  • +
  • - - Delete - - - {% endfor %} - - -

    - {% endif %} -