{% load social_tags %}
{% if comment.source_user_id %}
{% endif %} {{ comment.user.username }}
{{ comment.shared_date }} ago
{% autoescape off %} {{ comment.comments|linebreaksbr }} {% endautoescape %}
{% if comment.replies %}
{% for reply in comment.replies %}
{{ reply.user.username }}
{{ reply.publish_date }} ago
{{ reply.comments|safe }}
{% endfor %}
{% endif %}