5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
|
<#import "template.ftl" as layout>
|
||
|
<@layout.emailLayout>
|
||
|
${kcSanitize(msg("eventUpdateTotpBodyHtml",event.date, event.ipAddress))?no_esc}
|
||
|
</@layout.emailLayout>
|