{strip} {* Phonebook has been setup for business use using the 'work' phone label in the Contacts app. --*} {* You can add additional contacts by adding new contact blocks and updating the 'contact_type' and 'phone_label'. --*} {/strip} 1 {foreach $contacts as $row} {if $row.contact_type == 'user' && $row.phone_label == 'work' && $row.phone_number != ''} {if $row.contact_name_family != ''} {$row.contact_name_family} {/if} {if $row.contact_name_given != ''} {$row.contact_name_given} {/if} {if $row.contact_category != ''} {$row.contact_category} {/if} {$row.phone_number} 0 2 {/if} {/foreach}