- {% 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" -%}
- {% 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 -%}