{% 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 %}