{% if comments %}

Comments{% if type_of_object %} on this {{type_of_object}}{% endif %}

{% for comment in comments %} {% include 'comments/_single_comment_with_link.html' with comment=comment perms=perms user=request.user %} {% endfor %}
{% endif %}