{% extends "base_list.html" %} {% load static %} {% block title %}Charts{% if period_str %} - {{ period_str }}{% endif %}{% endblock %} {% block head_extra %} {% endblock %} {% block lists %} {% block grid_view_button %}{% endblock %}
🎵 Spotify Tracks 🎵 Bandcamp Tracks
{{ year }} {% if month %} {{ month_name }} {% endif %} {% if week %} Week {{ week }} {% endif %} {% if day %} {{ day }} {% endif %}
{% if period_type == "day" %} {% if prev_period %}« Last day{% endif %} {% if prev_period and next_period %} | {% endif %} {% if next_period %}Next day »{% endif %} {% elif period_type == "week" %} {% if prev_period %}« Last week{% endif %} {% if prev_period and next_period %} | {% endif %} {% if next_period %}Next week »{% endif %} {% elif period_type == "month" %} {% if prev_period %}« Last month{% endif %} {% if prev_period and next_period %} | {% endif %} {% if next_period %}Next month »{% endif %} {% elif period_type == "year" %} {% if prev_period %}« Last year{% endif %} {% if prev_period and next_period %} | {% endif %} {% if next_period %}Next year »{% endif %} {% endif %}
{% if period_type == "month" and month %}
Time machine: {% for y in chart_years %} {% if y != year %} {{ y }} {% endif %} {% endfor %}
{% elif period_type == "week" and week %}
Time machine: {% for y in chart_years %} {% if y != year %} {{ y }} {% endif %} {% endfor %}
{% endif %} {% include "scrobbles/_top_charts.html" %}
{% if charts.artist %}

🎤 Top Artists

{% endif %} {% if charts.album %}

💿 Top Albums

{% endif %} {% if charts.tv_series %}

📺 Top TV Series

{% endif %} {% if charts.track %}

🎵 Top Tracks

{% endif %} {% if charts.video %}

🎬 Top Videos

{% endif %} {% if charts.podcast %}

🎙️ Top Podcasts

{% endif %} {% if charts.board_game %}

🎲 Top Board Games

{% endif %} {% if charts.book %}

📚 Top Books

{% endif %} {% if charts.food %}

🍽️ Top Foods

{% endif %} {% if charts.trail %}

🥾 Top Trails

{% endif %} {% if charts.geo_location %}

📍 Top Locations

{% endif %} {% if birds_chart %}

🐦 Top Birds

{% endif %}
{% if not charts %}
No chart data for this period. Charts are built asynchronously - check back later or trigger a chart rebuild.
{% endif %} {% endblock %}