{% for grouper, objects in grouped_objects %}
{% if grouper %}
{{ grouper }}
{% endif %} {% for obj in objects.all %}
{% endfor %}
{% endfor %}