--- /home/francois/Projets/01_GitHub/libre-informatique/LISemSymfonyProject/vendor/blast-project/core-bundle/src/Command/../Tools/Patches/patches/original/1508316818	2017-10-18 10:53:39.253059412 +0200
+++ /home/francois/Projets/01_GitHub/libre-informatique/LISemSymfonyProject/vendor/blast-project/core-bundle/src/Command/../Tools/Patches/patches/patched/1508316818	2017-10-18 10:53:39.009056846 +0200
@@ -9,13 +9,13 @@
 
 #}
 {% macro render_array(value, inline) %}
+    {% from _self import render_array %}
     {% for key, val in value %}
         {% if val is iterable %}
-            [{{ key }} => {{ _self.render_array(val, inline) }}]
+            [{{ key }} => {{ render_array(val, inline) }}]
         {%  else %}
             [{{ key }} => {{ val }}]
         {%  endif %}
-
         {% if not loop.last and not inline %}
             <br>
         {% endif %}
