{foreach from=$field_value item=list}
  • {$list[0]}{if isset($list[1])}: {$list[1]}{/if}
  • {/foreach}