| ${msg('email.reset_password.header.title', user.firstName)} |
| ${msg('email.reset_password.header.description')} |
| ${msg('email.reset_password.button')} |
| <#if expireAfterSeconds gte 3600> ${msg('email.reset_password.description', expireAfterSeconds / 3600 , msg('email.common.unit.hours'))} <#else> ${msg('email.reset_password.description', expireAfterSeconds / 60 , msg('email.common.unit.minutes'))} #if> |