Overview
Checks: {{ totals.Checks.Undiscovered }}/{{ totals.Checks.Total }}
Entrances: {{ totals.Entrances.Undiscovered }}/{{ totals.Entrances.Total }}
Summary
{% include "tracker/summary/list.html" %}
Breakdown
{% include "tracker/breakdown/block.html" with extra_classes="hidden" %}
{% for scene_title, scene_data in scenes.items %}
{% include "tracker/breakdown/block.html" %}
{% endfor %}
{% include "tracker/breakdown/block.html" with scene_title=current_scene.title scene_data=current_scene.data %}