diff --git a/rowers/templates/fusion.html b/rowers/templates/fusion.html index 52de737e..89a11a4b 100644 --- a/rowers/templates/fusion.html +++ b/rowers/templates/fusion.html @@ -1,22 +1,34 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} -{% block content %} +{% block main %} -
- Adding sensor data from workout {{ workout2.id }} into workout {{ workout1.id }}. - This will create a new workout. After you submit the form, you will be - taken to the newly created workout. If you are happy with the result, you - can delete the two original workouts manually. + Adding sensor data from workout {{ workout2.id }} into workout {{ workout1.id }}. + This will create a new workout. After you submit the form, you will be + taken to the newly created workout. If you are happy with the result, you + can delete the two original workouts manually.
Workout 1: {{ workout1.name }} @@ -24,21 +36,13 @@
Workout 2: {{ workout2.name }}
-On the right hand side, please select the columns from workout 2 that +
Please select the columns from workout 2 that you want to replace the equivalent columns in workout 1.
-| Rower: | {{ first_name }} {{ last_name }} | -
|---|---|
| Name: | {{ workout.name }} | -
| Date: | {{ workout.date }} | -
| Time: | {{ workout.starttime }} | -
| Distance: | {{ workout.distance }}m | -
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | -
| Type: | {{ workout.workouttype }} | -
| Weight Category: | {{ workout.weightcategory }} | -
-
-
+ Select start and end date for a date range: +
++
- -+ + {% if workouts.has_previous %} + {% if request.GET.q %} + + + + + + + {% else %} + + + + + + + {% endif %} + {% endif %} + + + Page {{ workouts.number }} of {{ workouts.paginator.num_pages }}. + + + {% if workouts.has_next %} + {% if request.GET.q %} + + + + + + + {% else %} + + + + + + + {% endif %} + {% endif %} + +
- -| Date | -Time | -Name | -Type | -Distance | -Duration | -Avg HR | -Max HR | -Fusion | -|
|---|---|---|---|---|---|---|---|---|---|
| {{ cworkout.date }} | -{{ cworkout.starttime }} | -{{ cworkout.name }} | -{{ cworkout.workouttype }} | -{{ cworkout.distance }}m | -{{ cworkout.duration |durationprint:"%H:%M:%S.%f" }} | -{{ cworkout.averagehr }} | -{{ cworkout.maxhr }} | - {% if id == cworkout.id %} -- {% else %} - | Fusion | - {% endif %} - -
No workouts found
- {% endif %} - -