{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall Training Plans{% endblock %} {% block main %}

Training Plan - {{ plan.name }}

This plan starts on {{ plan.startdate }} and ends on {{ plan.enddate }}. {% if plan.target %} The training plan target is: {{ plan.target.name }} on {{ plan.target.date }}. {% endif %}

{% if plan|mayeditplan:request %}

Edit the plan

{% endif %}

Plan Macro, Meso and Micro Cycles

Unfold/Fold all

Click on the cycle to fold out its contents.

The gray "filler" cycles are generated, adjusted and deleted automatically to ensure the entire plan duration is covered with non-overlapping cycles. Once you edit a filler cycle, it become a user-defined cycle, which cannot be deleted by the system.

Filler cycles which have a filler cycle as a parent cannot be edited or deleted. You have to edit the parent cycle first. The reason is that children of filler cycles are not safe. They are deleted when their parent is deleted by the system.

Click on "Sessions" in the cycle of your interest to see details of the individual training sessions planned for this period.

A good way to organize the plan is to think of micro cycles as training weeks. Macro cycles are typically used to address specific phases of preparation and to indicate the racing season and may span several months. Meso cycles can be used to group sequences of three to five light, medium and hard weeks. It is recommended to work from left to right, starting with the macro cycles.

{% endblock %} {% block scripts %} {% if thismicroid %} {% elif thismesoid %} {% endif %} {% if thismacroid %} {% endif %} {% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}