{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block body %} {{ render(path('_wdt', { 'token': token, 'position': 'normal' })) }}
{% include '@WebProfiler/Profiler/header.html.twig' only %}
{% if profile %}
View last 10 Profile for: {{ profile.method|upper }} {% if profile.method|upper in ['GET', 'HEAD'] %} {{ profile.url }} {% else %} {{ profile.url }} {% endif %} by {{ profile.ip }} at {{ profile.time|date('r') }}
{% endif %}
{% include '@WebProfiler/Profiler/base_js.html.twig' %} {% block panel '' %}
{% endblock %}