{% extends 'layout.html' %} {% block head %}
| # | Name{% for name in tracking_names %} {% if name in icons %} | {{ name }}{% endif %} {% endfor %} | |
|---|---|---|---|
| {{ loop.index }} | {{ player_names[(team, loop.index)] }}{% for id in tracking_ids %} {% if items[id] %} | {% if id in multi_items %}{{ items[id] }}{% else %}✔️{% endif %}{% else %} | {% endif %} {% endfor %} | 
| # | Name{% for area in ordered_areas %} {% if area in icons %} | {{ area }}{% endif %} {% endfor %} | |
|---|---|---|---|
| {{ loop.index }} | {{ player_names[(team, loop.index)] }}{% 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 %} | {{ checks_done }}/{{ checks_total }}{% endif %} {% endfor %} |