[`Authors`]

{if count($hubs) == 1}
{foreach $authors as $a} {foreachelse} {/foreach}
[`user`] [`rating`] [`topics`] [`replies`] [`comments`]
{if (empty($a.hub_id) && $kudos_globally_enabled) || (!empty($a.hub_id) && !empty($hubs[$a.hub_id]) && !empty($hubs[$a.hub_id].params.kudos))} {if $a.rate > 0}+{/if}{$a.rate} {$a.votes_up} {$a.votes_down} {else} {/if} {_w('%d topic','%d topics', $a.topics_count)} {_w('%d answer','%d answers', $a.answers_count)} {_w('%d comment','%d comments', $a.comments_count)}
[`No authors yet.`]
{else}
{if count($hubs) > 1} {foreach $hubs as $h} {/foreach} {elseif count($hubs) <= 0} {else} {$hub = reset($hubs)} {/if}
[`All hubs`]{$h.name|default:'[`(no name)`]'|escape|truncate:23:'...':false:true}[`All hubs`]{$hub.name|default:'[`(no name)`]'|escape|truncate:23:'...':false:true}
{function stats_row_html a=null stats=null}
{if (empty($stats.hub_id) && $kudos_globally_enabled) || (!empty($stats.hub_id) && !empty($hubs[$stats.hub_id]) && !empty($hubs[$stats.hub_id].params.kudos))} {if $stats.rate > 0}+{/if}{$stats.rate} {$stats.votes_up} {$stats.votes_down} {else} {/if}
{_w('%d topic','%d topics', $stats.topics_count)}
{_w('%d answer','%d answers', $stats.answers_count)}
{_w('%d comment','%d comments', $stats.comments_count)}
{/function} {foreach $authors as $a} {* Overall stats *} {* Stats by hub *} {if count($hubs) > 1} {foreach $hubs as $h} {/foreach} {/if} {foreachelse} {/foreach}
{$a.name|default:'[`(missing contact)`]'|escape} {stats_row_html a=$a stats=$a} {stats_row_html a=$a stats=$a.stats_by_hub[$h.id]}
[`No authors yet.`]
{/if}
{sprintf_wp('%s of %d', _w('%d author','%d authors', $offset + $count), $total_count)} {if $total_count > $count + $offset}
[`Loading`] {_w('%d author', '%d authors', min($total_count - $count - $offset, $count))}... {/if}