{if $dlcats}
{foreach $dlcats as $category}
{/foreach}
{else} {include file="$template/includes/alert.tpl" type="info" msg="{lang key='downloadsnone'}" textcenter=true} {/if} {if $mostdownloads}

{lang key='downloadspopular'}

{foreach $mostdownloads as $download} {$download.type|replace:'alt':' class="pr-1" alt'} {$download.title} {if $download.clientsonly}
{lang key='restricted'}
{/if} {$download.description}
{lang key='downloadsfilesize'}: {$download.filesize}
{/foreach}
{/if}