{% if insight %} {% if comments %}
{% for comment in comments %}
{{ comment.comment }}
Written by: {{ comment.user.username }} - {{comment.created}}
{% endfor %}
{% else %}
No Comments Posted
{% endif %}
Write your comment:
{% csrf_token %}
{% else %} Invalid insight ID {% endif %}