#if($r.available("back")) $r.render("back")

#end

$subject

$r.translate("mail.sendDate"): $date
$r.translate("mail.from"): $from
$r.translate("mail.recipients"): $recipients
#if($r.available("showAllRecipients")) $r.render("showAllRecipients") #end
$body

#if($r.available("attachments"))

$r.translate("mail.attachments")

$r.render("attachments") #end