X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/598bab51785e33f0f224d0603b260a9ae35cac47..25e2e5d9d53f08724f2fe9661265d58d850c5d17:/templates/allsandwiches.html diff --git a/templates/allsandwiches.html b/templates/allsandwiches.html index d55cdb9..17c40df 100644 --- a/templates/allsandwiches.html +++ b/templates/allsandwiches.html @@ -14,8 +14,15 @@ {% endfor %} {% if s.notes %} -

Notes

+

Notes

{{ s.notes }}

{% endif %} + {% load comments %} + {% get_comment_count for s as c %} + {% ifequal c 1 %} +

1 comment

+ {% else %} +

{{ c }} comments

+ {% endifequal %} {% endfor %} {% endblock %} \ No newline at end of file