{{ clusters.num_toots }} toots from {{ clusters.min_date | rel_date }} to {{ clusters.max_date | rel_date }}
{% for cluster in clusters.clusters %}
{{ cluster.name }} ({{ cluster.toots | length }} Toots)
{% set toots = cluster.toots %}
{% include 'toot_list.html' %}
{% endfor %}