{foreach $contacts as $row} {if $row.contact_name_given != ""} {$row.contact_name_family} {$row.contact_name_given} {else} {$row.contact_organization} {/if} {if $row.phone_number != ""} {$row.phone_number} {else} {$row.phone_extension} {/if} 1 7 0 0 0 0 {/foreach}