{% extends "base.html" %} {% load static %} {% load humanize %} {% block head_extra %} {% endblock %} {% block content %}
Home All {% for mt in media_types %} {{ mt.emoji }} {{ mt.name }} {% endfor %}
{{ month_name }} {{ year }}
{% for name in day_names %}
{{ name }}
{% endfor %} {% for _ in ""|ljust:first_weekday %}
{% endfor %} {% for cd in calendar_days %}
{{ cd.day }}{% if cd.total_count > 0 %} {{ cd.total_count }}{% endif %}
{% for s in cd.scrobbles %} {{ s.emoji }} {{ s.title }} {% endfor %}
{% endfor %}
{% endblock %}