1 ##parameters=options={}
2 from Products
.Plinn
.utils
import translate
as _
4 print _('Hi %(fullName)s,')
6 print _('You recently asked to reset your password.')
8 print _("To get back into your account on the %(siteName)s website, you'll need to create a new password.")
10 print '— %s' % _("Click the link below to open a browser window.")
11 print '— %s' % _("Fill the form with your new password.")
13 print '%(resetPasswordUrl)s'
15 return printed
% options