In multiple places in my codebase, sometimes properties are not prefixed: ```{{report.title}}``` remains unchanged, for example. In the same file ```{{report.data}}``` was transformed to ```{{this.report.data}}```