{xlt t='Name'} | {xlt t='Address'} | {xlt t='City, State'} | {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->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'} |