{% for fields in fieldsFormatted %} {% set class = fields.class ~ ' ' ~ 'v-a-middle fs-12 lh-14 fw-400 fs-i' %} {% set rowspanValue = 2 %} {% if fields.rowspan is defined %} {% set rowspanValue = fieldsFormatted.option_optional.content in valueNull ? 2 : 1 %} {% endif %} {% if fields.content not in valueNull %} {% endif %} {% endfor %} {% if withEquipment is defined and withEquipment == true %} {% if fieldsFormatted.option_optional.content not in valueNull %} {% endif %} {% endif %}
{% if fields.label is not iterable %} {{ fields.label|trans({}, 'DocumentTrans' )}} {% else %} {{ fields.label.brand|trans({}, 'DocumentTrans') }}
{{ fields.label.model|trans({}, 'DocumentTrans') }} - {{ fields.label.version|trans({}, 'DocumentTrans') }} {% endif %}
{{ 'vehicle.equipment.optional.short_title'|trans({}, 'DocumentTrans') }}