#import "template.ftl" as layout> <#assign nowDatetime = .now> <@layout.htmlEmailLayout ; section> <#if section = "text"> ${msg("passwordResetBodyHtml", linkExpiration, realmName)?no_esc} #if> <#if section = "linkText"> ${msg("passwordResetLinkTextHtml")?no_esc} #if>
${msg("cs_saudacao", user.firstName)?no_esc}.
Nevolus: a nova marca da Central Server.
${msg("cs_reset_pass_t1")}:
| ${msg("cs_reset_pass_t2")} | |
| ${msg("cs_reset_pass_user_label")} | ${user.username} |
| ${msg("cs_reset_pass_dt_label")} | ${nowDatetime?string["dd/MM/yyyy HH:mm"]} |
${msg("cs_reset_pass_t3")}
|
${msg("cs_reset_pass_valid_label", linkExpiration)}
${msg("cs_reset_pass_t4")}.
@layout.htmlEmailLayout>