{% include "qa/header.html" %} {% if message %} Enter a valid comment! {% endif %} {% if user.is_authenticated %}
{% csrf_token %}

Note. Comment cannot be empty!

{% else %} Please Login to Add comment! {% endif %}
{% include "qa/footer.html" %}