{if app_conf("SUPPLIER_DETAIL") eq 1 and $locations}
{foreach from=$locations item=location key=key}
{$location.name}
{/foreach}
{/if}