| {include file="expandable_cell/buttons.tpl.html" ec_id="phone" list_id=$phone_entries[i].phs_id} | 
                {$smarty.section.i.iteration} | 
                {$phone_entries[i].phs_created_date} | 
                
                    {$phone_entries[i].usr_full_name|escape:html}
                    {if $current_user_id == $phone_entries[i].phs_usr_id}
                      [ {t}delete{/t} ]
                    {/if}
                 | 
                {$phone_entries[i].phs_call_from_lname}, {$phone_entries[i].phs_call_from_fname} | 
                {$phone_entries[i].phs_call_to_lname}, {$phone_entries[i].phs_call_to_fname} | 
                {$phone_entries[i].phs_type|capitalize} | 
                {$phone_entries[i].phc_title} | 
                {$phone_entries[i].phs_phone_number} ({$phone_entries[i].phs_phone_type}) | 
              
              {include file="expandable_cell/body.tpl.html" ec_id="phone" list_id=$phone_entries[i].phs_id colspan="9"}
              {sectionelse}