{% extends 'tablepage.html' %} {% block head %} {{ super() }}
# | Name | Checks | % | Last Activity |
|
---|---|---|---|---|---|
{{ loop.index }} | {{ player_names[(team, loop.index)]|e }} | {{ checks["Total"] }}/{{ checks_in_area[player]["Total"] }} | {{ percent_total_checks_done[team][player] }} | {%- if activity_timers[(team, player)] -%}{{ activity_timers[(team, player)].total_seconds() }} | {%- else -%}None | {%- endif -%}
Finder | Receiver | Item | Location | Entrance | Found |
---|---|---|---|---|---|
{{ long_player_names[team, hint.finding_player] }} | {{ long_player_names[team, hint.receiving_player] }} | {{ hint.item|item_name }} | {{ hint.location|location_name }} | {% if hint.entrance %}{{ hint.entrance }}{% else %}Vanilla{% endif %} | {% if hint.found %}✔{% endif %} |