{{ scene_title }}
Checks: {{ scene_data.checks.collected }}/{{ scene_data.checks.total }} ({{ scene_data.checks.remaining }} left)

{% for check_name, check in scene_data.checks.checks.items %} {% if not check.name %}
    ❌ {{ check_name }}
{% endif %} {% endfor %}
Entrances: {{ scene_data.entrances.found }}/{{ scene_data.entrances.total }} ({{ scene_data.entrances.remaining }} left)

{% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} {% if entrance_destination.door == "" %}
    ❌ {{ entrance_origin }}
{% endif %} {% endfor %}
{% for entrance_origin, entrance_destination in scene_data.entrances.doors.items %} {% if entrance_destination.door %} {% endif %} {% endfor %}