{if $category->brands}
{foreach from=$category->brands item=b}
{if $b->image}{$b->name}{/if}
{/foreach}
{/if}