{** * Pharmacy edit * * @package OpenEMR * @link http://www.open-emr.org * @author Brady Miller * @copyright Copyright (c) 2017 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 *} {if $ERROR}
{$ERROR|escape:'html'}
{else}
{foreach name=inums item=num_set from=$provider->get_insurance_numbers()} {foreachelse} {/foreach}
{$provider->get_name_display()|escape:'html'}
{xl t='Company Name'|escape:'html'} {xl t='Provider Number'|escape:'html'} {xl t='Rendering Provider Number'|escape:'html'} {xl t='Group Number'|escape:'html'}
{$num_set->get_insurance_company_name()|escape:'html'}  {$num_set->get_provider_number()|escape:'html'}  {$num_set->get_rendering_provider_number()|escape:'html'}  {$num_set->get_group_number()|escape:'html'} 
{xl t='No entries found, use the form below to add an entry.'|escape:'html'}
{xl t='Add New'|escape:'html'}
{if $show_edit_gui}
{if $ins->get_id() eq ""} {xl t='Add Provider Number'|escape:'html'} {else} {xl t='Update Provider Number'|escape:'html'} {/if}
{if $ins->get_id() eq ""} {else} {$ins->get_insurance_company_name()|escape:'html'} {/if}
{else} {/if}
{/if} {literal} {/literal}