{"Statistics"}

{"Entries"}

{"

You have %s entries using %s characters in %s words.

Total disk space is %s.

"|sprintf:$entries.count:$entries.chars:$entries.words:$entries.size}

{"Comments"}

{"

You have %s comments using %s characters in %s words.

Total disk space is %s.

"|sprintf:$comments.count:$comments.chars:$comments.words:$comments.size} {if $entries.topten}

{$entries.topten|@count} {"most commented entries"}

    {foreach from=$entries.topten key=id item=this_entry}
  1. {$this_entry.subject} ({$this_entry.comments})
  2. {/foreach}
{/if}