{% load static %}
{% if comment.user %}{{ comment.user.username }}{% else %}{{ comment.anonymous_user.name }}{% endif %} commented on {{ comment.post.title }} on {{ comment.created_at | date:"M d, Y" }}:
{{ comment.body|safe }}