{% load humanize %} {% load naturalduration %} {% load form_tags %} {% with scrobbles=section.scrobbles %}
{% for scrobble in scrobbles %} {% include "scrobbles/_row.html" %} {% endfor %}
Date Title Time
{% endwith %}