Forum Discussion
steffenschoene
4 years agoExpert
Hi,
maybe you can use something like this:
<#switch role.name>
<#case "Employee">
This will be processed if it is Employee
<#break>
<#case "Administrator">
This will be processed if it is Administrator
<#break>
<#case "Ambassador">
This will be processed if it is Ambassador
<#break>
<#default>
This will be processed if it is neither
</#switch>
Related Content
- 10 months ago
- 2 years ago
- 2 years ago