{if $accountsCnt == 1}

{"Here is the link to modify your account:"|plang}

{$subscriber.confirmlink}

{else}
{"Here are the links to modify your accounts:"|plang}

{foreach from=$accounts item=a}{assign var=subdate value=$a.cdate|acpdate:$site.dateformat}
{$a.first_name} {$a.last_name} {"(Subscribed %s)"|plang:$subdate}
{$a.confirmlink}

{/foreach}
{/if}