{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block menu %}
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 %}
| Key | Value |
|---|---|
| {{ item.key }} | {{ item.value }} |
No dictionary used