Twig for loop for arrays with keys October 24, 2022 by Tarik I found the answer : {% for key,value in array_path %} Key : {{ key }} Value : {{ value }} {% endfor %}