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

Checks
{{ totals.Checks.Undiscovered }}/{{ totals.Checks.Total }} ({{ totals.Checks.Remaining }} left)
Entrances
{{ totals.Entrances.Undiscovered }}/{{ totals.Entrances.Total }} ({{ totals.Entrances.Remaining }} left)

{% include "tracker/status/index.html" %}
{% include "tracker/breakdown/block.html" with extra_classes="hidden" is_current_scene="false" %} {% for scene_title, scene_data in scenes.items %} {% if scene_title == current_scene %} {% include "tracker/breakdown/block.html" with extra_classes="order-first" is_current_scene="true" %} {% else %} {% include "tracker/breakdown/block.html" with extra_classes="order-last hidden" is_current_scene="false" %} {% endif %} {% endfor %}
Summary

{% include "tracker/summary/list.html" %}
{% include "tracker/codes/index.html" %}
Hints

{% include "tracker/hints/index.html" with value="" extra_classes="hidden" %} {% for name, value in hints.items %} {% include "tracker/hints/index.html" %} {% endfor %}
Settings {% include "tracker/address/index.html" %}
{% include "tracker/howto/index.html" %}
{% else %}
{% endif %}
{% comment %} {% endcomment %} {% comment %}
{% endcomment %} {% include "tracker/src/index.html" with tracker_fe_link="https://gitea.werefox.cafe/ada/tunic-tracker-redux" tracker_be_link="https://github.com/spaceglace/TunicTransitionTracker" %}
{% endblock content %}