<mt:If name="main_index">
  <mt:If tag="BlogEntryCount">
    <mt:SetVar name="score_counter" value="0" />
    <mt:Entries sort_by="score" namespace="community_pack_recommend">
      <mt:EntriesHeader>
<div class="widget-archives widget">
  <h3 class="widget-header">uOL[LO</h3>
  <div class="widget-content">
    <ul>
      </mt:EntriesHeader>
      <mt:If name="score_counter" lt="10">
        <mt:EntryScore namespace="community_pack_recommend" setvar="entry_score" />
        <mt:If name="entry_score">
      <li><a href="<mt:EntryPermalink />"><mt:EntryTitle /></a> [<mt:GetVar name="entry_score" />]</li>
        </mt:If>
        <mt:SetVar name="score_counter" op="++" />
      </mt:If>
      <mt:EntriesFooter>
    </ul>
  </div>
</div>
      </mt:EntriesFooter>
    </mt:Entries>
  </mt:If>
</mt:If>
