{% include "player/_page_title.html" %}
{% for section in cache_sections %}

{{ section.label }}

{% for stat in section.stats %}
{{ stat.count|compact_count }}
{{ stat.label }}
{% endfor %}
{% endfor %}