2 {if empty($prescriptions)}
4 <td> {xl t='None'}
</td>
7 {foreach from=$prescriptions item=prescription}
8 {if $prescription-
>get_active()
> 0}
10 <td>{$prescription-
>drug}
</td>
11 <td>{$prescription-
>get_dosage_display()}
</td>