How can we pull the Display Value of an entitlement into a custom Remediation Notification email template in certifications?

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.