{% load humanize %} {% load naturalduration %} {% load media_badges %}
{% for section in home_sections %}
{% with meta=section.media_type|media_type_meta %} {% if use_emojis %} {{ meta.icon }} {% else %} {{ meta.initial }} {% endif %} {% endwith %}
{{ section.media_type }}
{{ section.count }} {% if section.time %}· {{ section.time|natural_duration }}{% endif %}{% if section.calories %} · {{ section.calories }} cal{% endif %}
{% empty %}

Nothing scrobbled today.

{% endfor %}