{# TODO: Replace this with a proper wrapper for each tracker when developing TrackerAPI. #}
Switch To Generic Tracker
{% if 'UnchainedKeys' in options %} {% if 'EnterSandman' in options %}
{% endif %}
{% endif %}
{% if 'DownloadableItems' in options %}
{% endif %}
{% if 'DownloadableItems' in options %}
{% endif %}
{% if 'EyeSpy' in options %}
{% endif %}
{% if 'GyreArchives' in options %}
{% endif %}
{% if 'Djinn Inferno' in acquired_items %}
{% elif 'Pyro Ring' in acquired_items %}
{% elif 'Fire Orb' in acquired_items %}
{% elif 'Infernal Flames' in acquired_items %}
{% else %}
{% endif %}
{% if 'Royal Ring' in acquired_items %}
{% elif 'Plasma Geyser' in acquired_items %}
{% elif 'Plasma Orb' in acquired_items %}
{% else %}
{% endif %}
{% for area in checks_done %}
{{ area }} {{'▼' if area != 'Total'}}
{{ checks_done[area] }} / {{ checks_in_area[area] }}
{% for location in location_info[area] %}
{{ location }}
{{ '✔' if location_info[area][location] else '' }}
{% endfor %}
{% endfor %}