{% load rating_tags %} {% load comment_tags %}

comment

{% comment %}

1000

{% endcomment %}

anonymous?

{% comment %}
turn comments OFF
{% endcomment %}
{% with object.comments|live_comments as comments %} {% include 'comments/list.html' %} {% endwith %}
{% if editmode %} {% endif %}