{% for team, hints in hints.items() %}
{%- for hint in hints -%} {%- if current_tracker == "Generic" or ( games[(team, hint.finding_player)] == current_tracker or games[(team, hint.receiving_player)] == current_tracker ) -%} {% endif %} {%- endfor -%}
Finder Receiver Item Location Game Entrance Found
{{ player_names_with_alias[(team, hint.finding_player)] }} {{ player_names_with_alias[(team, hint.receiving_player)] }} {{ item_id_to_name[games[(team, hint.receiving_player)]][hint.item] }} {{ location_id_to_name[games[(team, hint.finding_player)]][hint.location] }} {{ games[(team, hint.finding_player)] }} {% if hint.entrance %}{{ hint.entrance }}{% else %}Vanilla{% endif %} {% if hint.found %}✔{% endif %}
{% endfor %}