{% autoescape off %}{% avatar comment.author 40 %}{% endautoescape %} {{ comment.comment }} {% trans 'By' %} {{ comment.author }} {% trans "on" %} {{ comment.submit_date|date:"M j, Y" }} {% if comment|can_delete_comment:request.user %} {% csrf_token %} {% trans "Delete" %} {% endif %}
{% trans 'Comments' %} ({% comment_count resource %} {% trans 'total' %})
{% trans 'Log in to add a comment' %}
{{ comment.comment }}
{% trans 'By' %} {{ comment.author }} {% trans "on" %}