- {% with workout.workouttype|icon|safe as templateName %}
- {% include templateName %}
- {% endwith %}
-
+
+ {% with workout.workouttype|icon|safe as templateName %}
+ {% include templateName %}
+ {% endwith %}
+
+
+ Distance
+ {{ workout.distance|distanceprint }}
+
+
+ Time
+ {{ workout.duration |durationprint:"%H:%M:%S.%f" }}
+
+
+ {% if workout|may_edit:request %}
+
- {% else %}
-
- {% endif %}
-
-
+
+ {% if workout|may_edit:request %}
+ {% if rower.defaultlandingpage2 != 'workout_delete' %}
+
- {% else %}
-
+ {% else %}
+
- {% endif %}
- {% else %}
-
- {% endif %}
-
-
-
-
- {% endfor %}
+ {% endif %}
+ {% else %}
+
+ {% endif %}
+