diff -r f5e18f8ed036 -r de4a2ed2f34b sphinx_django/templates/comment2.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sphinx_django/templates/comment2.html Wed Oct 27 13:59:11 2010 +0530 @@ -0,0 +1,48 @@ +{% ifequal length 1 %} + One comment +{% else %} + {% if length %} + {{ length }} comments + {% else %} + No comments + + {% endif %} +{% endifequal %} +{% for c in query %} + +{% endfor %} +