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

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 %}
Tracker Debug
    Name: {{ debug.Name }}
    Seed: {{ debug.Seed }}
    Spoiler Seed: {{ debug.SpoilerSeed }}
    Archipelago: {{ debug.Archipelago }}
    Randomized: {{ debug.Randomized }}
    Hex Quest: {{ debug.HexQuest }}
    Entrance Randomizer: {{ debug.EntranceRando }}
    Fixed Shops: {{ debug.FixedShops }}
{% else %}
{% endif %}
{% endblock content %}