{% include "tracker/summary/block.html" with extra_classes="" is_hidden="hidden" %} {% for scene, scene_data in scenes.items %} {% if scene == current_scene.title %} {% include "tracker/summary/block.html" with extra_classes="" is_hidden="hidden" %} {% elif scene != "Entrances" and scene != "Checks" %} {% if scene_data.Totals.Checks.Undiscovered > 0 and scene_data.Totals.Entrances.Undiscovered > 0 %} {% include "tracker/summary/block.html" with extra_classes="from-highlight-both-translucent-light to-highlight-both-translucent-dark" is_hidden="" %} {% elif scene_data.Totals.Checks.Undiscovered > 0 %} {% include "tracker/summary/block.html" with extra_classes="from-highlight-checks-translucent-light to-highlight-checks-translucent-dark" is_hidden="" %} {% elif scene_data.Totals.Entrances.Undiscovered > 0 %} {% include "tracker/summary/block.html" with extra_classes="from-highlight-entrances-translucent-light to-highlight-entrances-translucent-dark" is_hidden="" %} {% endif %} {% endif %} {% endfor %}