<{foreachq item=downloads from=$block}>
<{if $downloads.inforation}>
<{$smarty.const._MB_TDMDOWNLOADS_SUBMITDATE}><{$downloads.date}> <{$smarty.const._MB_TDMDOWNLOADS_SUBMITTER}><{$downloads.submitter}> <{$smarty.const._MB_TDMDOWNLOADS_REATING}><{$downloads.rating}> <{$smarty.const._MB_TDMDOWNLOADS_HITS}><{$downloads.hits}>
<{/if}> <{if $downloads.logourl || $downloads.description}>
<{if $downloads.logourl != ""}> <{$downloads.title}> <{/if}> <{if $downloads.description != ""}> <{$downloads.description}> <{/if}>
<{/if}>
<{/foreach}>