| {{ area }} | {{ checks_done[area] }} / {{ checks_in_area[area] }}{% if key_locations and "Universal" not in key_locations %} | {{ inventory[small_key_ids[area]] if area in key_locations else 'N/A' }}{% endif %} {% if big_key_locations %} | {{ '✔' if area in big_key_locations and inventory[big_key_ids[area]] else ('N/A' if area not in big_key_locations else '') }}{% endif %} |