diff --git a/app/templates/listitem.html b/app/templates/listitem.html index a243ad3..ba0b145 100644 --- a/app/templates/listitem.html +++ b/app/templates/listitem.html @@ -10,7 +10,9 @@ {% if item.public_comments.count %}
- {{ item.public_comments.count }} comments + {% with comments=item.public_comments.count %} + {{ comments }} comment{{ comments |pluralize }} + {% endwith %}
{% endif %}