{xlt t='Add a Company'}

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