{php}html_header_show();{/php}
{literal} {/literal}
{if $prescriptions}
{xl t='List'}
{xl t='Print'} ({xl t='PDF'})
{xl t='Print'} ({xl t='HTML'})
{xl t='Print'} ({xl t='Fax'})
{if $CAMOS_FORM == true}
{xl t='Print Four Panel'}
{/if}
{xl t='Check All'}
|
{xl t='Clear All'}
{xl t='Drug'}
{xl t='Created'}
{xl t='Changed'}
{xl t='Dosage'}
{xl t='Qty'}.
{xl t='Unit'}
{xl t='Provider'}
{foreach from=$prescriptions item=prescription}
{if $prescription->erx_source==0}
{xl t='Edit'}
{if $prescription->active > 0}
{/if}{$prescription->drug}{if $prescription->active > 0}
{/if}
{else}
{if $prescription->active > 0}
{/if}{$prescription->drug}{if $prescription->active > 0}
{/if}
{/if}
{$prescription->date_added}
{$prescription->date_modified}
{$prescription->get_dosage_display()}
{if $prescription->erx_source==0}
{$prescription->quantity}
{else}
{$prescription->quantity}
{/if}
{$prescription->get_size()} {$prescription->get_unit_display()}
{$prescription->provider->get_name_display()}
{/foreach}
{else}
{xl t='There are currently no prescriptions'}.
{/if} {literal} {/literal}