{% macro getValue(object, options) %} {% set value = object.value is defined ? object.value : '' %} {{ value }} {% endmacro %}