{% for valueArray in formattedData %} {% for key,value in valueArray %} {% set classFields = value.padding ~ ' ' ~ value.class ~ ' small-border-grey td-break-page v-a-middle lh-14 fw-400 t-black p-5' %} {% set rowspanValue = value.rowspan is defined ? value.rowspan : 2 %} {% if key in fieldsFormatted|keys and value.type != 'equipment' and fieldsFormatted[key].content not in valueNull %} {% endif %} {% endfor %} {% if withEquipment is defined and withEquipment == true %} {% if valueArray.option_optional.content not in valueNull %} {% endif %} {% endif %}
{% if value.type == 'image' and value.content not in valueNull %} {% else %} {{ value.content }} {% endif %}
{% for key, equipment in valueArray.option_optional.content %} {{ equipment }} {{ valueArray.option_optional.content|length != key + 1 ? '-' : ''}} {% endfor %}
{% endfor %}