{assign var="i" value="1"} {foreach $dates as $inv} {assign var="i" value={$i+1}} {/foreach}
Date
Investigations
{$inv["date"]} {if $countWife[$inv["date"]] > 0 } {/if} {if $countHusband[$inv["date"]] > 0 } {/if}
Patient {foreach $inv.investsw as $invest}
{if $invest->invResId > 0 } {else} {/if}
{/foreach}
Husband {foreach $inv.investsh as $invest}
{if $invest->invResId > 0 } {else} {/if}
{/foreach}