{% extends 'tablepage.html' %} {% block head %} {{ super() }} {{ player_name }}'s Tracker {% endblock %} {% block body %} {% include 'header/dirtHeader.html' %}
This tracker will automatically update itself periodically.
{% for name, count in inventory.items() %} {%- endfor -%}
Item Amount
{{ name | item_name }} {{ count }}
{% for name in checked_locations %} {%- endfor -%} {% for name in not_checked_locations %} {%- endfor -%}
Location Checked
{{ name | location_name}}
{{ name | location_name}}
{% endblock %}