{% macro startCard(col, zone = "default", card ='primary', fullWidth = false ) %} {% if col > 0 %}
{% endif %}

{% set label = "group."~zone %} {{ label|trans({}, 'lcshop')|raw }}

{% endmacro %} {% macro endCard(noCol = false) %}
{% if noCol == false %}
{% endif %} {% endmacro %} {% macro productField(colspan, field, fieldName, fieldDisplay = false, displaySuffix="",attr="") %} {% if fieldDisplay == false %}{% set fieldDisplay = fieldName %}{% endif %}
{% verbatim %}{{ {% endverbatim %}{{ fieldDisplay }} {% verbatim %}}}{% endverbatim %}{{ displaySuffix }}
{% verbatim %}{{ productFamily.{% endverbatim %}{{ fieldDisplay }} {% verbatim %}}}{% endverbatim %}{{ displaySuffix }}
{{ form_widget(field, {'attr' : {'v-model' : fieldName , 'v-on:focusout': fieldName~'Inherited = false', '@change' : fieldName~'Updated'}}) }}
{% endmacro %}