|
75 | 75 | <p>No arguments were set</p> |
76 | 76 | </div> |
77 | 77 | {% else %} |
78 | | - {% include '@WebProfiler/Profiler/table.html.twig' with { data: collector.arguments, labels: ['Argument', 'Value'], maxDepth: 2 } only %} |
| 78 | + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.arguments, labels: ['Argument', 'Value'], maxDepth: 2 }, with_context=false) }} |
79 | 79 | {% endif %} |
80 | 80 |
|
81 | 81 | <h3>Options</h3> |
|
85 | 85 | <p>No options were set</p> |
86 | 86 | </div> |
87 | 87 | {% else %} |
88 | | - {% include '@WebProfiler/Profiler/table.html.twig' with { data: collector.options, labels: ['Option', 'Value'], maxDepth: 2 } only %} |
| 88 | + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.options, labels: ['Option', 'Value'], maxDepth: 2 }, with_context=false) }} |
89 | 89 | {% endif %} |
90 | 90 |
|
91 | 91 | {% if collector.interactive %} |
|
100 | 100 | <p>No inputs were set</p> |
101 | 101 | </div> |
102 | 102 | {% else %} |
103 | | - {% include '@WebProfiler/Profiler/table.html.twig' with { data: collector.interactiveInputs, labels: ['Input', 'Value'], maxDepth: 2 } only %} |
| 103 | + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.interactiveInputs, labels: ['Input', 'Value'], maxDepth: 2 }, with_context=false) }} |
104 | 104 | {% endif %} |
105 | 105 | {% endif %} |
106 | 106 |
|
|
111 | 111 | <p>No application inputs are set</p> |
112 | 112 | </div> |
113 | 113 | {% else %} |
114 | | - {% include '@WebProfiler/Profiler/table.html.twig' with { data: collector.applicationInputs, labels: ['Input', 'Value'], maxDepth: 2 } only %} |
| 114 | + {{ include('@WebProfiler/Profiler/table.html.twig', { data: collector.applicationInputs, labels: ['Input', 'Value'], maxDepth: 2 }, with_context=false) }} |
115 | 115 | {% endif %} |
116 | 116 | </div> |
117 | 117 | </div> |
|
0 commit comments