{% if comments %}

Comments on this publication

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