{% extends "base_list.html" %} {% load chart_tags %} {% block title %}Global Charts{% if period_str %} - {{ period_str }}{% endif %}{% endblock %} {% block lists %}
{% if prev_period %} ← Previous {% endif %}
{{ period_type|title }}
{% if next_period %} Next → {% endif %}
{% if chart_years %}
{% for y in chart_years|slice:":5" %} {{ y }} {% endfor %}
{% endif %}
Months: {% for m in "1,2,3,4,5,6,7,8,9,10,11,12"|split:"," %} {{ m }} {% endfor %} | Weeks: {% for w in "1,4,8,13,17,21,26,30,34,39,43,47,52"|split:"," %} {{ w }} {% endfor %} +
← My Charts

Gold, silver and bronze across all users who have opted in to global chart aggregation.

{% for block in global_media %} {% if block.records %}

{{ block.emoji }} {{ block.label }}

{% for chart in block.records %} {% endfor %}
{{ chart.rank_emoji }} {{ chart.media_obj }} {{ chart.count }}
{% endif %} {% endfor %}
{% endblock %}