Back to Openemr

General List

templates/insurance_companies/general_list.html

latest1.1 KB
Original Source

{headerTemplate assets='common|datatables|datatables-colreorder|datatables-dt|datatables-bs'} {xlt t='Add a Company'}

{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'}
{foreach from=$icompanies item=insurancecompany}[{$insurancecompany->nametext}]({$CURRENT_ACTION}action=edit&id={$insurancecompany->idattr_url}){$insurancecompany->address->line1text} {$insurancecompany->address->line2text}{$insurancecompany->address->city
{foreachelse}{xlt t='No Insurance Companies Found'}
{/foreach}