{if $show == 1}

{$instructions->name}


{if $ProgramesettingData->system_lang == 1}
اسم الزوجة {$patient->wifename} اسم الزوج {$patient->husdandname}
رقم البطاقة {$patient->wifenationalid} رقم البطاقة {$patient->husbandnationalid}
الطبيب المعالج {$doctor_name} الطبيب المعالج {$h_doctor_name}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
التاريخ {$printDate} اسم المستخدم {$user_name} رقم الايصال {$printserial}
{else}
اسم الحالة {$patient->wifename} رقم البطاقة {$patient->wifenationalid}
الطبيب المعالج {$doctor_name} التاريخ {$printDate}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
اسم المستخدم {$user_name} رقم الايصال {$printserial}
{/if}

{$instructions->content}
{else} {foreach $instructions as $inst}

{$inst->name}


{if $ProgramesettingData->system_lang == 1}
اسم الزوجة {$patient->wifename} اسم الزوج {$patient->husdandname}
رقم البطاقة {$patient->wifenationalid} رقم البطاقة {$patient->husbandnationalid}
الطبيب المعالج {$doctor_name} الطبيب المعالج {$h_doctor_name}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
التاريخ {$printDate} اسم المستخدم {$user_name} رقم الايصال {$printserial}
{else}
اسم الحالة {$patient->wifename} رقم البطاقة {$patient->wifenationalid}
الطبيب المعالج {$doctor_name} التاريخ {$printDate}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
اسم المستخدم {$user_name} رقم الايصال {$printserial}
{/if}

{$inst->content}
{/foreach} {/if}