{xl t='Add a Company'}

{foreach from=$icompanies item=insurancecompany} {foreachelse} {/foreach}
{xl t='Name'} {xl t='City, State'} {xl t='Default X12 Partner'}
{$insurancecompany->name}  {$insurancecompany->address->city} {$insurancecompany->address->state|upper}  {$insurancecompany->get_x12_default_partner_name()} 
{xl t='No Insurance Companies Found'}