{% load i18n %}
{{ comment.pub_date|date }} {{ comment.pub_date|time }} {% link comment.user %}
{% if settings.GRAVATAR_ENABLE %}avatar{% endif %}{{ comment.body_html|safe }}
{% if object.comments_open %}{% ifequal reply_to comment.id %} {% include "blog/comment_form.html" %} {% endifequal %}{% endif %}