[`Comments`]
{* @event backend_comments.%plugin_id%.toolbar *}
{foreach $backend_comments as $plugin => $output}
{if is_array($output) && isset($output.toolbar)}
{$output.toolbar}
{/if}
{/foreach}
{if count($blogs) > 1 || $yet_authors_exist}
{/if}
{if !count($comments)}
[`There are no comments in this view.`]
{/if}
{/if}
{/if} {foreach $comments as $comment}-
{include file="../comments/include.comment.html" allow_reply=$comment.post.comments_allowed|default:false inline}
{/foreach}
{if count($comments)}
-
{sprintf(_w("%d comment of %d (including deleted)", "%d comments of %d (including deleted)", $comments_count,false),$comments_count,$comments_total_count)}
{if $comments_count < $comments_total_count}
{/if}
{if !isset($page) || ($page < 2)}
[`Show older comments`] {_w("Loading next %d comment...", "Loading next %d comments...", min($comments_total_count-$comments_count,$comments_per_page))} {/if}