{{count=1}} {{for top_list_item in top_list_items:}}
{{if count==1:}}
{{=IMG(_src=URL(request.application,'static','images/no1.png'),\ _style="float:left;padding:0px;margin:0px;border:0px;width:44px")}}
{{else:}}
{{=count}}
{{pass}}
{{=top_list_item.list_item.name}}
{{=XML(top_list_item.list_item.description)}}
{{count=count+1}} {{pass}}