X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/851d4e0ba5381535c55fe4347103aaa53c785606..403d327cae333430e857ed988f0cba7bc833a4a0:/templates/allsandwiches.html diff --git a/templates/allsandwiches.html b/templates/allsandwiches.html index 2a7435c..4f3a901 100644 --- a/templates/allsandwiches.html +++ b/templates/allsandwiches.html @@ -3,7 +3,17 @@ {% block content %} {% for s in allsandwiches %}
{{ s.notes }}
{% endif %} + {% load comments %} + {% get_comment_count for s as c %} + {% ifequal c 1 %} + + {% else %} + + {% endifequal %} {% endfor %} {% endblock %} \ No newline at end of file