{% trans_default_domain 'admin' %} {% import _self as macro %} {% macro color_prototype(color) %} {% set isNew = color.vars.data.id is defined and color.vars.data.id ? false : true %} {% set entityId = isNew ? uniqId() : color.vars.data.id %} {% set deletable = isNew ? true : color.vars.data.deletable %}