adding cycle notes to training plan
This commit is contained in:
@@ -70,6 +70,13 @@
|
||||
{{ macrocycle.0.name }} ({{ macrocycle.0.startdate }} - {{ macrocycle.0.enddate }})
|
||||
</th>
|
||||
</tr>
|
||||
{% if macrocycle.0.notes %}
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
{{ macrocycle.0.notes|linebreaks }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if macrocycle.0.type == 'userdefined' and macrocycle.0.plan.status %}
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -180,6 +187,13 @@
|
||||
Meso {{ mesocycle.0.name }} ({{ mesocycle.0.startdate }} - {{ mesocycle.0.enddate }})
|
||||
</th>
|
||||
</tr>
|
||||
{% if mesocycle.0.notes %}
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
{{ mesocycle.0.notes|linebreaks }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if mesocycle.0.type == 'userdefined' and mesocycle.0.plan.plan.status %}
|
||||
<tr>
|
||||
<td></td>
|
||||
@@ -299,6 +313,13 @@
|
||||
Micro {{ microcycle.name }} ({{ microcycle.startdate }} - {{ microcycle.enddate }})
|
||||
</th>
|
||||
</tr>
|
||||
{% if microcycle.notes %}
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
{{ microcycle.notes|linebreaks }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if microcycle.plan.plan.plan.status %}
|
||||
<tr>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user