{{ include('@WebProfiler/Icon/menu.svg') }}
                        
                        Last 10
                        Latest
                        
                            {{ include('@WebProfiler/Icon/search.svg') }} Search
                        
                        {{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
                    
                - 
                        {% for name, template in templates %}
                            {% set menu -%}
                                {%- if block('menu', template) is defined -%}
                                    {% with { collector: profile.getcollector(name), profiler_markup_version: profiler_markup_version } %}
                                        {{- block('menu', template) -}}
                                    {% endwith %}
                                {%- endif -%}
                            {%- endset %}
                            {% if menu is not empty %}
                                
- {{ menu|raw }} {% endif %} {% endfor %}
                    {{ include('@WebProfiler/Profiler/base_js.html.twig') }}
                    {% block panel '' %}