placeholder('content')->captureStart('SET'); ?>

Translate('Dear %s,'),$this->UserName($this->userId)); ?>

Translate('This is a reminder that %s expires on %s. Please make sure to complete the course before this time.'), ucfirst(strtolower($this->name)), $this->date); ?>

Translate('Regards,
%s.'),$this->UserName($this->managerId));?>

placeholder('content')->captureEnd() ?> Partial('mail/layout.phtml', array('subject' => $this->subject, 'content' => $this->placeholder('content'), 'email' => $this->email)); ?>