{% for i in items.object_list %} {# Each "contact" is a Contact model object. #} {{ i }}
{% endfor %}