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

Checks: {{ totals.Checks.Undiscovered }}/{{ totals.Checks.Total }}
Entrances: {{ totals.Entrances.Undiscovered }}/{{ totals.Entrances.Total }}
Summary

{% include "tracker/summary/list.html" %}

{% include "tracker/status/index.html" %}
{% include "tracker/breakdown/block.html" with extra_classes="hidden" %} {% for scene_title, scene_data in scenes.items %} {% include "tracker/breakdown/block.html" with extra_classes="hidden" %} {% endfor %}
{% include "tracker/breakdown/block.html" with scene_title=current_scene.title scene_data=current_scene.data %}
Settings {% include "tracker/settings/index.html" %} {% include "tracker/address/index.html" %}
{% else %}
{% endif %}
{% endblock content %}