{% macro getOrigin(object, options) %} {% import 'AppBundle:Documents:v2\\Import\\global.html.twig' as globalF %} {% set value = object.origin is defined ? object.origin : '' %} {% set value = globalF.displayLabel(value, options) %} {{ value }} {% endmacro %} {% macro getOutputSellDate(object, options) %} {% import 'AppBundle:Documents:v2\\Import\\global.html.twig' as globalF %} {% set value = object.outputSellDate is defined ? object.outputSellDate : '' %} {% set value = globalF.formatDate(value, options) %} {{ value }} {% endmacro %}