{% load humanize %} {% if obj.comments.live.count > 0 %}

{{ obj.comments.live.count|apnumber|capfirst }} comment{{ obj.comments.live.count|pluralize }}

{% for comment in obj.comments.live %} {% include 'socialcomments/comment.inc.html' %} {% if not forloop.last %}
{% endif %} {% endfor %} {% if comment_form %}

Post a comment

{% endif %} {% elif comment_form %}

Post a comment

{% elif 'comment-sent' in request.GET %}

Thanks for your comment!

{% endif %} {% if comment_form %} {% include 'socialcomments/form.inc.html' with obj=obj %} {% endif %}