{% from "ContentMacros.html" import render_comment, render_content_date, render_content_user_author %}

{{collection.title}}

{{TagHTML|safe}}
{{render_content_date(collection)}} {{render_content_user_author(collection)}}

{{collection.text}}

{{Items|safe}}
{% if current_user.is_authenticated %}

Please add your comment here

{% endif %} {% if collection.comments %} {% if collection.comments.count() > 0 %}

Comments

{% for com in collection.comments %} {{ render_comment(com) }} {% endfor %}

{% endif %} {% endif %}