How to select a car and other data of that car in an other template

Hi Alexander,

Looping over the car type is possible.

{% for car in period.reconciliations.wagenpark.custom.fleet %}
{{ car.brand_type }}
{% endfor %}

To loop over results you first need to be sure how they are called. You can find it in the code or using debug mode. To access the result and its workings I refer you to our documentation.

Regards,

Gary