X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/f267b2f2841d407dcdf9c3c0f5406f8c10403ccb..453a7ca3b9d5e7093f843b883db58f9beb1b3aa8:/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)}