{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Plan entire microcycle{% endblock %} {% block main %} {% if team %}
On this page, you can create and edit sessions for an entire time period. You see a list of the current sessions planned for the selected time period. Each row in the table is a session. You can remove a session by clicking "remove" at the end of a row. You can edit the date in the forms. If you need to add a new session, click the "Add More" button to add a new session. Use the "Submit" button to commit any changes you made.