{if $show == 1}

{$instructions->name}


اسم الحالة {$name} التاريخ {$printDate}

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

{$inst->name}


اسم الحالة {if $show == 3 } {$inst->pName} {else} {$name} {/if} التاريخ {$printDate}

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