{% import 'AppBundle:Documents:v2\\Import\\vehicle_expertise.html.twig' as vehicleExpertiseF %} {% set l_light_grey = 'l-light-grey' %} {% set nbEmptyState = 10 %}

R

I

T

C

Montant HT

{% for externalState in expertise.externalStateList %}

{{ vehicleExpertiseF.getZone(externalState, {})}}

{{ vehicleExpertiseF.getCosting(externalState, {})}} {{ currencySymbol }}

{% set nbEmptyState = nbEmptyState - 1 %} {% endfor %} {% for internalState in expertise.internalStateList %}

{{ vehicleExpertiseF.getZone(internalState, {})}}

{{ vehicleExpertiseF.getCosting(internalState, {})}}

{% set nbEmptyState = nbEmptyState - 1 %} {% endfor %} {% if nbEmptyState > 0 %} {% for i in 1..nbEmptyState %}

{% endfor %} {% endif %}