{% load url from future %} {{comment.analyst}}
({{comment.source.0.name}})
{{ comment.comment|safe }} {% if comment.url_key and not subscription %} {% with obj_type=comment.obj_type %} {% if obj_type == 'Campaign' %} {% elif obj_type == 'Domain' %} {% elif obj_type == 'Email' %} {% elif obj_type == 'Event' %} {% elif obj_type == 'Indicator' %} {% elif obj_type == 'IP' %} {% elif obj_type == 'PCAP' %} {% elif obj_type == 'Sample' %} {% endif %} {% endwith %} {% endif %} {% if comment.analyst == user.username %} {% endif %} {% comment %} {% endcomment %} {{comment.analyst}} {{comment.created}} {{comment.url_key}}
Commented at: {{comment.created}} {% if comment.edit_date != comment.created %}-- Edited: {{comment.edit_date}} {% endif %} {% if comment.parent %} In reply to: {{comment.parent.analyst}} on {{comment.parent.date}} {% endif %}