{% from "ContentMacros.html" import render_comment, render_content_date, render_content_user_author %}
{{collection.text}}
Please add your comment here
{% endif %} {% if collection.comments %} {% if collection.comments.count() > 0 %}{% for com in collection.comments %} {{ render_comment(com) }} {% endfor %}
{% endif %} {% endif %}