From 992abb808c018db2185f506fa51b1eba5df54ed3 Mon Sep 17 00:00:00 2001 From: lemonsoftwarero Date: Sun, 1 Jul 2007 16:17:28 +0000 Subject: [PATCH] Use for dutch prescription. --- templates/prescription/general_list_dutch.html | 75 ++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/prescription/general_list_dutch.html diff --git a/templates/prescription/general_list_dutch.html b/templates/prescription/general_list_dutch.html new file mode 100644 index 000000000..e40931131 --- /dev/null +++ b/templates/prescription/general_list_dutch.html @@ -0,0 +1,75 @@ + + +{literal} + + + + +{/literal} + + + + + + + + + + + + + + + + + + + + + + + {foreach from=$prescriptions item=prescription} + + + + + + + + + + {foreachelse} + + + + {/foreach} +
+ Print Multiple +
{xl t='Drug'} {xl t='Created'}
{xl t='Changed'}
 {xl t='Dosage'} {xl t='Unit'} {xl t='Qty'}. {xl t='Provider'}{xl t='Select'}
{$prescription->drug}{$prescription->date_added}
{$prescription->date_modified}
{$prescription->get_dosage_display()}{$prescription->get_unit_display()}{$prescription->quantity}{$prescription->provider->get_name_display()}
{xl t='No Prescriptions Found'}
+ + -- 2.11.4.GIT