diff --git a/rowers/templates/plannedsessions.html b/rowers/templates/plannedsessions.html index cb7b1615..6d35a62e 100644 --- a/rowers/templates/plannedsessions.html +++ b/rowers/templates/plannedsessions.html @@ -130,6 +130,9 @@ by your coach if you are part of a team. You can create your own planned workouts by purchasing the "Coach" or "Self-Coach" plans. {% endif %} +
+ Print View +
{% if unmatchedworkouts %}
| On or after | {{ ps.startdate }} | +
|---|---|
| On or before | {{ ps.enddate }} | +
| Session Type | {{ ps.sessiontype }} | +
| Session Mode | {{ ps.sessionmode }} | +
| Criteria | {{ ps.criterium }} | +
| Value | {{ ps.sessionvalue }} | +
| Unit | {{ ps.sessionunit }} | +
| Comment | {{ ps.comment|linebreaks }} | +