{xlt t='Add a Company'}

{foreach from=$icompanies item=insurancecompany} {foreachelse} {/foreach}
{xlt t='Name'} {xlt t='Address'} {xlt t='City, State, ZIP'} {xlt t='Phone'} {xlt t='Fax'} {xlt t='Payer ID'} {xlt t='Default X12 Partner'} {xlt t='Deactivated'}
{$insurancecompany->name|text} {$insurancecompany->address->line1|text} {$insurancecompany->address->line2|text}  {$insurancecompany->address->city|text} {$insurancecompany->address->state|upper|text} {$insurancecompany->address->zip|text}  {$insurancecompany->get_phone()|text}  {$insurancecompany->get_fax()|text}  {$insurancecompany->cms_id|text}  {$insurancecompany->get_x12_default_partner_name()|text}  {if $insurancecompany->get_inactive() eq 1}{xlt t='Yes'}{/if} 
{xlt t='No Insurance Companies Found'}