You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
464 B
Plaintext

${kcSanitize(msg(subjectKey, daysRemaining, reason))?no_esc}
Dear ${user.firstName!user.username},
<#if messageKey == "customMessage">
${kcSanitize(customMessage)?no_esc}
<#else>
${kcSanitize(msg(messageKey, daysRemaining, reason))?no_esc}
</#if>
<#if daysRemaining gt 0>
Time remaining: ${daysRemaining} day<#if daysRemaining != 1>s</#if>
</#if>
If you have questions, please contact your ${realmName} administrator.
Best regards,
${realmName} Administration