{if $archive == 1 } {foreach $dates as $inv} {/foreach}
Date
Investigations
{$inv["date"]} {if $countWife[$inv["date"]] > 0 } {/if} {if $countHusband[$inv["date"]] > 0 } {/if}
Wife {foreach $inv.investsw as $invest}
{/foreach}
Husband {foreach $inv.investsh as $invest}
{/foreach}
{else} {foreach $dates as $inv} {/foreach}
Date
Investigations
{$inv["date"]} {if $countWife[$inv["date"]] > 0 } {/if} {if $countHusband[$inv["date"]] > 0 } {/if}
Wife {foreach $inv.investsw as $invest}
{/foreach}
Husband {foreach $inv.investsh as $invest}
{/foreach}
{/if}