{% if user.is_authenticated %}
{% csrf_token %}
{{ comment_form.text }}
{{ comment_form.text.errors }}
Posting comment... Comment posted! Could not post comment.
{% else %} Please Sign In to post comments. {% endif %}