Closed Timo-Breumelhof closed 3 years ago
I'm using {{Localization.UserStatus.Approved}} in a sub template, but that does not seem to work. It does work in the main template Example template: https://github.com/Timo-Breumelhof/OpenContent-Templates/blob/Issues/%234/User-Management/item.hbs
Use @root
Ok I was wrong. As a sub-template is on another level you should use: {{@root.Localization.xxx.yyy}} in a sub-template instead of {{Localization.xxx.yyy}}
I'm using {{Localization.UserStatus.Approved}} in a sub template, but that does not seem to work. It does work in the main template Example template: https://github.com/Timo-Breumelhof/OpenContent-Templates/blob/Issues/%234/User-Management/item.hbs