{% if charts %}
{% for period_type, chart_list in charts.items %}
{% if period_type == "year" %}๐Ÿ“… Yearly {% elif period_type == "month" %}๐Ÿ“† Monthly {% elif period_type == "week" %}๐Ÿ—“๏ธ Weekly {% endif %} {% for chart in chart_list %} {{chart.rank_emoji}} {{chart.period_str}}{% if not forloop.last %} ยท {% endif %} {% endfor %}
{% endfor %}
{% endif %}