{foreach $day.hours as $hour} {/foreach} {foreach $rooms as $room} {foreach $day.hours as $hour} {if in_array($hour, $room.resHours)} {assign var="key" value=$hour|array_search:$room.resHours} {else} {/if} {assign var="i" value="3"} {assign var="k" value=""} {/foreach} {/foreach}
عيادات يوم {$dayName}
{$hour}
{$room.name} {if $key !== false} {$room.resNames[$key]} {/if}
{literal} {/literal}