- {% for player, items in players.items() %}
+ {%- for player, items in players.items() -%}
{{ loop.index }}
- {% if (team, loop.index) in video %}
- {% if video[(team, loop.index)][0] == "Twitch" %}
+ {%- if (team, loop.index) in video -%}
+ {%- if video[(team, loop.index)][0] == "Twitch" -%}
- {% endif %}
- {% for id in tracking_ids %}
- {% if items[id] %}
+ {%- endif -%}
+ {%- for id in tracking_ids -%}
+ {%- if items[id] -%}
{% if id in multi_items %}{{ items[id] }}{% else %}✔️{% endif %}
- {% else %}
+ {%- else -%}
- {% endif %}
+ {%- endif -%}
{% endfor %}
- {% endfor %}
+ {%- endfor -%}
@@ -77,69 +75,69 @@
#
Name
- {% for area in ordered_areas %}
- {% set colspan = 1 %}
- {% if area in key_locations %}
- {% set colspan = colspan + 1 %}
- {% endif %}
- {% if area in big_key_locations %}
- {% set colspan = colspan + 1 %}
- {% endif %}
- {% if area in icons %}
+ {%- for area in ordered_areas -%}
+ {%- set colspan = 1 -%}
+ {%- if area in key_locations -%}
+ {%- set colspan = colspan + 1 -%}
+ {%- endif -%}
+ {%- if area in big_key_locations -%}
+ {%- set colspan = colspan + 1 -%}
+ {%- endif -%}
+ {%- if area in icons -%}
- {% for player, checks in players.items() %}
+ {%- for player, checks in players.items() -%}
{{ loop.index }}
{{ player_names[(team, loop.index)]|e }}
- {% for area in ordered_areas %}
- {% set checks_done = checks[area] %}
- {% set checks_total = checks_in_area[area] %}
- {% if checks_done == checks_total %}
+ {%- for area in ordered_areas -%}
+ {%- set checks_done = checks[area] -%}
+ {%- set checks_total = checks_in_area[area] -%}
+ {%- if checks_done == checks_total -%}
{{ checks_done }}/{{ checks_total }}
- {% else %}
+ {%- else -%}
{{ checks_done }}/{{ checks_total }}
- {% endif %}
- {% if area in key_locations %}
+ {%- endif -%}
+ {%- if area in key_locations -%}