diff --git a/templates/followup/chronos/list.html b/templates/followup/chronos/list.html index 2c5ee64b1a..c1f266f764 100644 --- a/templates/followup/chronos/list.html +++ b/templates/followup/chronos/list.html @@ -4,8 +4,8 @@
-
-

Chronos listing

+
+

Chronos listing {% if gymnast %}for {{ gymnast }}{% endif %}

@@ -24,7 +24,7 @@ - + @@ -69,7 +69,7 @@ 0: { sorter: false }, // disable first column }, dateFormat: "uk", - sortList: [[3,0], [1,0]] + sortList: [[1,1], [2,1]] }) }); diff --git a/templates/followup/heightweight/list.html b/templates/followup/heightweight/list.html index 77e24ed1f4..32721d07f5 100644 --- a/templates/followup/heightweight/list.html +++ b/templates/followup/heightweight/list.html @@ -5,7 +5,7 @@
-

Height/Weight list

+

Height/Weight list {% if gymnast %}for {{ gymnast }}{% endif %}

{% if heightweight_list %} diff --git a/templates/followup/mindstates/list.html b/templates/followup/mindstates/list.html index 5ac87210b5..cdf0139bc4 100644 --- a/templates/followup/mindstates/list.html +++ b/templates/followup/mindstates/list.html @@ -5,7 +5,7 @@
-

Mind State list

+

Mind State list {% if gymnast %}for {{ gymnast }}{% endif %}

{% if mindstate_list %} diff --git a/templates/followup/routinedone/list.html b/templates/followup/routinedone/list.html index 95aa597ef0..3b76e56a57 100644 --- a/templates/followup/routinedone/list.html +++ b/templates/followup/routinedone/list.html @@ -5,7 +5,7 @@
-

Routine done list

+

Routine done list {% if gymnast %}for {{ gymnast }}{% endif %}

{% if routine_done_list %} diff --git a/templates/followup/scores/list.html b/templates/followup/scores/list.html index 5641fea953..cbdd2b28f0 100644 --- a/templates/followup/scores/list.html +++ b/templates/followup/scores/list.html @@ -5,16 +5,17 @@
-

Scores listing

+

Scores listing {% if gymnast %}for {{ gymnast }}{% endif %}

- {% if score_list.count >= 1 %} + {% if score_list %}
   Date Gymnast Routine
+ @@ -34,13 +35,14 @@ + - - + + {% endfor %} diff --git a/templates/objectives/routines/list.html b/templates/objectives/routines/list.html index 8cd812c603..8a73e8fd90 100644 --- a/templates/objectives/routines/list.html +++ b/templates/objectives/routines/list.html @@ -5,7 +5,7 @@
-

Routines' Listing

+

Routines' Listing {% if gymnast_id %}for {{ gymnast }}{% endif %}

diff --git a/templates/peoples/gymnasts/list_routine.html b/templates/peoples/gymnasts/list_routine.html index d88f059e5f..67d5f51cc9 100644 --- a/templates/peoples/gymnasts/list_routine.html +++ b/templates/peoples/gymnasts/list_routine.html @@ -1,90 +1,82 @@ -
-
+
-

Routines

+

Actives Routines

-
- {% if ghr_list %} -
Gymnast EventDate Routine Exe. Dif. {{ score.gymnast }} {{ score.event.name }}{{ score.event.datebegin | date:"d-m-Y" }} {{ score.get_routine_type_display }} {{ score.point_execution }} {{ score.point_difficulty }} {{ score.point_time_of_flight }} {{ score.point_horizontal_displacement }}{% if score.penality > 0 %}-{{ score.penality }}{% endif %}{{ score.total }}{% if score.penality > 0 %}-{{ score.penality }}{% else %}-{% endif %}{{ score.total }}
- - - - - - - - - - - - - - {% for ghr in ghr_list %} - - - - - - - - - - - - - - - {% endfor %} - + {% if ghr_list %} +
+
TypeLabelFromToDiff.LevelRank
{{ ghr.get_routine_type_display }}{{ ghr.routine.long_label }}{{ ghr.datebegin | date:"d-m-Y"}}{% if ghr.dateend %}{{ ghr.dateend | date:"d F Y" }}{% else %}… to now.{% endif %}{{ ghr.routine.difficulty }}{{ ghr.routine.level }}{{ ghr.routine.rank }}
+ + + + + + + + + + + + {% for ghr in ghr_list %} + + + + + + + + + + {% endfor %} +
TypeLabelFromDiff.LevelRank
{{ ghr.get_routine_type_display }}{{ ghr.routine.short_label }}{{ ghr.datebegin | date:"d-m-Y"}}{{ ghr.routine.difficulty }}{{ ghr.routine.level }}{{ ghr.routine.rank }}
{% else %}

There are no routines associated to this gymnast.

{% endif %}
-
-
-
-
-
-

Routine's statistics

-
-
+
+
+
+

Routine's statistics

+
+
{% if routine_done_list %} - +
- - - - - - + + + + + {% for routinedone in routine_done_list %} - - - - - - + + + + + {% endfor %} @@ -95,6 +87,12 @@ {% endif %}
RoutineTypeDate# Try# SuccessDateRoutineType# Try# Success
- - - - {{ routinedone.routine.long_label }}{{ routinedone.get_routine_type_display }}{{ routinedone.date | date:"d-m-Y"}}{{ routinedone.number_of_try }}{{ routinedone.number_of_successes }}{{ record.date | date:"d-m-Y"}}{{ record.routine.long_label }}{{ record.get_routine_type_display }}{{ record.number_of_try }}{{ record.number_of_successes }}