{% extends 'pageWrapper.html' %} {% block head %} Archipelago Game Statistics {{ css_resources|indent(4)|safe }} {{ js_resources|indent(4)|safe }} {{ chart_data|indent(4)|safe }} {% endblock %} {% block body %} {% include 'header/grassFlowersHeader.html' %}

Archipelago Game Statistics

The data on this page is updated hourly.
{% for index in range(chart_count) %}
{{ charts[index]|indent(12)|safe }}
{% endfor %}
{% endblock %}