Change usage of variables *_ENABLED and *_DISABLED
It's a breaking change :
Usage of variables *_ENABLED and *_DISABLED is confusing for many users. Actual behaviour :
- Only check variable presence and not its content.
Expected behaviour:
- if variable content equals "true" then "true" else "false"
This feature, will be done for all templates.