{% 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 chart in charts %}
{{ chart|indent(16)|safe }}
{% endfor %}
{% endblock %}