{$panelstrings.head}

{include file="shared:errorlist.tpl"}

{$panelstrings.entries}

{$panelstrings.you_have} {"%s"|sprintf:$entries.count} {$panelstrings.entries_using} {"%s"|sprintf:$entries.chars} {$panelstrings.characters_in} {"%s"|sprintf:$entries.words} {$panelstrings.words}.

{$panelstrings.total_disk_space_is} {"%s"|sprintf:$entries.size}.

{$panelstrings.comments}

{$panelstrings.you_have} {"%s"|sprintf:$comments.count} {$panelstrings.comments_using} {"%s"|sprintf:$comments.chars} {$panelstrings.characters_in} {"%s"|sprintf:$comments.words} {$panelstrings.words}.

{$panelstrings.total_disk_space_is} {"%s"|sprintf:$comments.size}.

{if $entries.topten}

{$panelstrings.the} {$entries.topten|@count} {$panelstrings.most_commented_entries}

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