{if $brand.image}
{$brand.name|escape}
{/if} {$brand.description}
{if $categories}
{foreach $categories as $sc}
{$sc.name|escape}
{/foreach}
{/if}