{xl t='Add a Company'|escape:'html'}

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