diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 10d32c13..2e430538 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -46,8 +46,11 @@ #mypointer { cursor: pointer; } + div.columns { width: 100%; } + div.columns div { width: 20%; padding: 10px; float: left; } + {% if team %}
| - {{ workout.workouttype }} - | -
- {% if workout.name != '' %}
- +
+ {% if workout.name != '' %}
+ {{ workout.name }}- {% else %} -
+ {% else %}
+ |
-
- {% if workout|may_edit:request %} + {% endif %} + +
+
+ {{ workout.workouttype }}
+
+
+ {{ workout.date|date:"Y-m-d" }} {{ workout.starttime|date:"H:i" }}
+
+
+ {{ workout.distance }}m
+
+
+ {{ workout.duration |durationprint:"%H:%M:%S.%f" }}
+
+
+ {% if workout|may_edit:request %}
-
-
- {% else %}
-
- {% endif %}
-
- |
-
No workouts found
+