{function name="_renderRecipient" _contact=[]}
{strip}
{if $_contact.contact_id}
{$_contact.name|escape}
<{$_contact.email|escape}>
{elseif !$_contact.contact_id && $_contact.name}
{$_contact.name|escape} <{$_contact.email|escape}>
{else}
{$_contact.email|escape}
{/if}
{/strip}
{/function}
{if ifset($recipients)}