{% for item in object_list %}
{% ifequal item.content_type.name "post" %}
{% get_free_comment_count for blog.post item.object_id as comment_count %}
-
{{ item.get_content_object.title }}.
{% endifequal %}
{% ifequal item.content_type.name "photo" %}
{% get_free_comment_count for photos.photo item.object_id as comment_count %}
-
{{ item.get_content_object.title }}.
{% endifequal %}
{% endfor %}