{% block head %} {{ player_name }}'s Keys Tracker {% endblock %} {# this tracker is mostly similar to the generic player tracker but also adds a table with the key and checks counts for each region in the middle #} {% block body %}
Go to Generic Tracker

Items

{% for item in icons %} {% if item not in ['Small Key', 'Big Key'] %}
{% endif %} {% endfor %}
Total Checks Done: {{ checked_locations|length }}/{{ locations|length }}
{% for region in regions %} {% if region in region_keys %} {%- if region_keys[region]|length > 1 %} {%- else %} {% if 'Small Key' in region_keys[region][0] %} {% else %} {% endif %} {%- endif%} {% else %} {% endif %} {% for location in regions[region] %} {% endfor %} {% endfor %} {% endblock %}
Total
{{ region }} ▼{{ received_items[region_keys[region][0]] if region_keys[region][0] in received_items else '-' }} {{ received_items[region_keys[region][1]] if region_keys[region][1] in received_items else '-' }}{{ received_items[region_keys[region][0]] if region_keys[region][0] in received_items else '-' }} -- {{ received_items[region_keys[region][0]] if region_keys[region][0] in received_items else '-' }}- -{{ checks_done[region]|length }} / {{ regions[region]|length }}