{assign var="title" value="Checks"} {include file="header.html"} {include file="error.inc.html"} {foreach item=user from=$user}
Send notification to: {foreach item=contacts from=$contacts} {if $contacts.id eq $user.contacts_id} {$contacts.name} {else} {$contacts.name} {/if} {/foreach}
#_TPL_POWEREDBY||#