{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block menu %} Dictionary Dictionaries {% if collector.dictionaries is not empty %} {{ collector.dictionaries|length }} used {% endif %} {% endblock %} {% block panel %} {% for name, dictionary in collector.dictionaries %} {% if not loop.first %}
{% endif %}

{{ name }}

{% for item in dictionary %} {% endfor %}
Key Value
{{ item.key }} {{ item.value }}
{% else %}

No dictionary used

{% endfor %} {% endblock %}