{% extends "index.html" %} {% load static %} {% block content %}
{% if debug != '' %}
A trans pride fox emoji.  Tunic Transition Tracker

{% include "tracker/address/index.html" %} {% include "tracker/status/index.html" %}
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 %} {% if scene_title == current_scene.title %} {% include "tracker/breakdown/block.html" with extra_classes="hidden" %} {% else %} {% include "tracker/breakdown/block.html" %} {% endif %} {% endfor %}
{% include "tracker/breakdown/block.html" with scene_title=current_scene.title scene_data=current_scene.data %}
Tracker Debug
{% for name, value in debug.items %}
    {{ name }}: {{ value }}
{% endfor %}
{% else %}
{% endif %}
{% endblock content %}