<mt:Authors>
  <mt:AuthorFollowersCount setvar="followers_count" />
  <mt:if name="followers_count">
    <mt:SetVarBlock name="followers_data">
<div class="widget-content user-ranking-content">
  <div class="user-pic">
    <a href="<mt:GetVar name="profile_view_url" encode_html="1" /><mt:AuthorID />">
      <img src="<mt:If tag="AuthorUserpicURL"><mt:AuthorUserpicURL /><mt:Else>
          <mt:StaticWebPath />images/default-userpic-90.jpg</mt:If>" width="36" height="36" alt="user-pic" />
    </a>
  </div>
  <ul>
    <li><a href="<mt:GetVar name="profile_view_url" encode_html="1" /><mt:AuthorID />"><mt:AuthorDisplayName /></a> [<mt:GetVar name="followers_count" />l]</li>
  </ul>
</div>
    </mt:SetVarBlock>
    <mt:SetVar name="followers_list{$followers_data}" value="$followers_count" />
  </mt:if>
</mt:Authors>

<mt:Loop name="followers_list" sort_by="value numeric reverse">
  <mt:If name="__first__">
<div class="widget-archive widget">
<h3 class="widget-header">ڃ[U[LO</h3>
  </mt:If>
  <mt:GetVar name="__key__" />
  <mt:If name="__last__">
</div>
  </mt:If>
</mt:Loop>
