diff -r 5574cfc2b28d -r f5e18f8ed036 sphinx_django/templates/comment.html --- a/sphinx_django/templates/comment.html Thu Sep 30 15:59:32 2010 +0530 +++ b/sphinx_django/templates/comment.html Fri Oct 15 15:59:28 2010 +0530 @@ -1,7 +1,54 @@ + + {% ifequal length 1 %} One comment + href="comments: show / hide">{{ length }} comments {% else %} {% if length %} No comments - + href="comments: show / hide">0 comments + {% endif %} {% endifequal %} {% for c in query %} - + + +
{{ forloop.counter }} {{ c.submitter_name }} {{ c.comment|escape|linebreaks }}
+ {% endfor %} -