{% macro BOOL_TEXT(bool_val) %} {% if bool_val %}true{% else %}false{% endif %} {% endmacro %}