Comments


{% csrf_token %}

{% if analysis.info.comments %} {% for comment in analysis.info.comments %}
[{{comment.Timestamp}}]
{{comment.Data|safe}}
{% endfor %} {% else %}
No comments posted
{% endif %}