{% 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 '' %}