All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.base.email.text.org-invite.ftl Maven / Gradle / Ivy

There is a newer version: 26.0.5
Show newest version
<#ftl output_format="plainText">

<#if firstName?? && lastName??>
    ${kcSanitize(msg("orgInviteBodyPersonalized", link, linkExpiration, realmName, organization.name, linkExpirationFormatter(linkExpiration), firstName, lastName))}
<#else>
    ${kcSanitize(msg("orgInviteBody", link, linkExpiration, realmName, organization.name, linkExpirationFormatter(linkExpiration)))}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy