[`Authors`]
{if count($hubs) == 1}| [`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.`] |
{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}
[`Loading`] {_w('%d author', '%d authors', min($total_count - $count - $offset, $count))}... {/if}
})