diff --git a/rowers/templates/trainingplan.html b/rowers/templates/trainingplan.html
index 4142f116..cc17460f 100644
--- a/rowers/templates/trainingplan.html
+++ b/rowers/templates/trainingplan.html
@@ -83,6 +83,15 @@
sessions
+ {% else %}
+
+ | |
+
+
+ |
+ sessions
+ |
+
{% endif %}
@@ -147,6 +156,17 @@
{% endif %}
+ {% else %}
+ {% if mesocycle.0.plan.type == 'userdefined' %}
+
+ | |
+
+
+ |
+ sessions
+ |
+
+ {% endif %}
{% endif %}
@@ -209,6 +229,17 @@
{% endif %}
+ {% else %}
+ {% if microcycle.plan.type == 'userdefined' %}
+
+ | |
+
+
+ |
+ sessions
+ |
+
+ {% endif %}
{% endif %}