{# Comment list display - Include in content pages #}

Comments ({{ comments|length }})

{% if comments %}
{% for comment in comments %} {% include 'qdcomments/comment_item.html' %} {% endfor %}
{% else %}

No comments yet. Be the first to comment!

{% endif %}