webprofiler-10.0.x-dev/templates/Profiler/dashboard_panel.html.twig
templates/Profiler/dashboard_panel.html.twig
<h2>Collector: {{ name }}</h2>
<hr/>
{% if block('panel', template) is defined %}
{% with {
collector: profile ? profile.getcollector(name) : null,
token: token ?? (profile ? profile.token : null),
name: name,
} %}
{{ block('panel', template) }}
{% endwith %}
{% endif %}
