{literal} {/literal}
{dParraySelect array=$company_list name='company_id' extras='class="text" size="1" onchange="changeIt();"' value=$company_id translation=false}
{foreach from=$billingcodes item=b} '; {/foreach} {if isset($billingcode_id)} {else} {/if}
  {dPtranslate word='Billing Code'} {dPtranslate word='Value'} {dPtranslate word='Description'}
{dPtranslate word='edit'} {if $a.billingcode_status == 0} {dPtranslate word='delete'} {/if}  {$b.billingcode_name}  {if $b.billingcode_status == 1} {dPtranslate word='deleted'} {/if} {$b.billingcode_value} {$b.billingcode_desc}