{% for comment in comments %}
{{ comment.created_by.username }}
on {{ comment.creation_datetime|date:"D d M Y"}} at {{comment.creation_datetime|time:"H:i"}} wrote:
{{ comment.data }}
{% endfor %}
{% endif %}
{% if not is_guest %}
{% ifnotequal task.status "CM" %}
Add comment:
{% endifnotequal %}
{% endif %}
{% else %}
You are not authorised to view this task. click here to return to browsing the tasks.
{% endif %}
{% endblock %}