{% for date in dates %}
{{ date }}
{% for f in grouped[date] %}
{% if f.description %}
{{ f.description }}
{% endif %}
{% endfor %}
{% endfor %}