diff --git a/src/mod_rating_by_type/templates/main_itaf.html b/src/mod_rating_by_type/templates/main_itaf.html index 702ded0..cc87eba 100644 --- a/src/mod_rating_by_type/templates/main_itaf.html +++ b/src/mod_rating_by_type/templates/main_itaf.html @@ -29,7 +29,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -98,7 +98,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -171,7 +171,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -243,7 +243,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -275,7 +275,7 @@ -
+
{% trans 'Best bomber ironmen' context 'tour_top' %}
@@ -286,7 +286,7 @@
{% trans 'score' context 'tour_top' %}
- {% for player in top_ironman_light %} + {% for player in top_ironman_heavy %}
{{ forloop.counter }}
{{ player.nickname }}
diff --git a/src/mod_rating_by_type/templates/tour_itaf.html b/src/mod_rating_by_type/templates/tour_itaf.html index 5309e3a..3ee1b99 100644 --- a/src/mod_rating_by_type/templates/tour_itaf.html +++ b/src/mod_rating_by_type/templates/tour_itaf.html @@ -33,7 +33,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -102,7 +102,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -175,7 +175,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}
@@ -247,7 +247,7 @@
{{ forloop.counter }}
{{ vlife.profile.nickname }}
- {% include 'inline/table_coal_pref_icon.html' with coal_pref=player.coal_pref %} + {% include 'inline/table_coal_pref_icon.html' with coal_pref=vlife.coal_pref %}
{{ vlife.score }}