Hi,
In IIQ email templates (Velocity):
Use $!entitlement.getDisplayableName()
If inside a loop, use $!item.target.getDisplayableName()
This will return the display value (e.g., IIQAD\HR_AdminAccess) instead of the technical name (HR_AdminAccess).
Thanks.