{% elif scene != 'Entrances' and scene != 'Checks' %}
{% if scene_totals.Checks.Undiscovered > 0 and scene_totals.Entrances.Undiscovered > 0 %}
{% if scene_totals.Entrances.Undiscovered == scene_totals.Entrances.Total %}
{% if scene_data.Totals.Entrances.Total > 0 %}
{% for entrance_origin, entrance_destination in scene_data.Entrances.items %}
{% if not entrance_destination.Entrance != '' %}
❌ {{ entrance_origin }}
{% else %}
❌ {{ entrance_origin }}
{% endif %}
{% endfor %}
{% else %}
{% endif %}
{% for entrance_origin, entrance_destination in scene_data.Entrances.items %}
{% if entrance_destination.Entrance %}