{{if count( $results )}} {{if $orientation == 'vertical'}}
    {{$idx = 1;}} {{foreach $results as $memberId => $rep}} {{$member = \IPS\Member::load( $memberId );}}
  1. {expression="$idx++"}
    {template="userPhoto" app="core" group="global" params="$member, 'tiny'"}
    {$member->link()|raw}
    {{if member.group['gbw_view_reps']}} {$rep} {{else}} {$rep} {{endif}}
  2. {{endforeach}}
{{else}}
{{foreach $results as $memberId => $rep}} {{$member = \IPS\Member::load( $memberId );}}
{template="userPhoto" app="core" group="global" params="$member, 'tiny'"}
{$member->link()|raw}
{{if member.group['gbw_view_reps']}} {$rep} {{else}} {$rep} {{endif}}
{{endforeach}}
{{endif}} {{else}}

{lang="top_contributors_empty__{$timeframe}"}

{{endif}}