Yeah, I realize it should work, but I keep getting the following: TypeError: c is undefined And, yes I am doing this in the template, not just as a free roll. I've got the following key-value pair in my translation JSON (and I know it works, cause it shows up properly on the sheet): "core":"CORE", Doing the following works: &{template:sf_attack} {{notes=^{core} }} And then I have a test attribute called translation_test that is set to core, however the following gives me the typeError: &{template:sf_attack} {{notes=^{@{translation_test}} }}//I've also tried this with spaces between the translation brackets and the attribute call Any ideas? And, I'm a bloody idiot. The error was due to incorrect attribute call.