{% for team, hints in hints.items() %}
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 %} |