{% if user.is_authenticated %}

Conversation

{% csrf_token %}
{% for item in page.specific.comments.all %}

{{item.user}}

{{item.date|date:"d M, Y"}}

{{item.comment}}
{% endfor %} {% endif %}