{allowcomments assign="post"} {if $post.commentcount}

{t}Comments{/t}

{comments post="`$post.id`" assign="comment"}

{if $blog.blog_comment_gravatar}{$comment.email|gravatar:$blog.blog_comment_gravatar}{/if}{$comment.source}

{t}Posted by:{/t} {link href="`$comment.authorlink`" text="`$comment.authorname`"} | {$comment.pubdate|date_format:"`$blog.date_format`"}

{if $blog.blog_comments_thread && !$comment.post_comment_parent} {t}Respond to this comment{/t} {/if}
{/comments} {/if} {commentsopen assign="post"}

{t}Post a comment{/t}

{if $blog.moderate_comments==1} {* MODERATION_ON *}

{t}NB: Comments are moderated on this weblog.{/t}

{elseif $blog.moderate_comments==2} {* CUSTOM_MODERATION_ANYDAY *}

{t 1=$blog.moderate_starttime|date_format:"%H" 2=$blog.moderate_endtime|date_format:"%H" 3=$user.timezone}NB: Comments are moderated on this weblog between %1 h and %2 h (%3).{/t}

{elseif $blog.moderate_comments==3} {* CUSTOM_MODERATION_WEEKDAY *}

{t 1=$blog.moderate_starttime|date_format:"%H" 2=$blog.moderate_endtime|date_format:"%H" 3=$user.timezone}NB: Comments are moderated on this weblog the weekends and between %1 h - %2 h (%3).{/t}

{/if}
{if $platform.modules.registeredcomments}
{* show when user is not identified but identification is not required *}
{/if}
{commentsopenelse}

{t}The comments are closed.{/t}

{/commentsopen} {/allowcomments}