X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/dc9ecbad36153af00773b4951120b4697b33193e..b0ad3cb49cc07e32a24cc0119a05c7faf245ae19:/floof/templates/comments/lib.mako diff --git a/floof/templates/comments/lib.mako b/floof/templates/comments/lib.mako index e822a17..93fe086 100644 --- a/floof/templates/comments/lib.mako +++ b/floof/templates/comments/lib.mako @@ -1,5 +1,5 @@ <%def name="comment_block(comments)"> -

${len(comments)} comments

+

${len(comments)} comment${'' if len(comments) == 1 else 's'}

View all

Reply

${comment_thread(comments)}