{% extends 'WebProfilerBundle:Profiler:base.html.twig' %} {% block body %} {% render 'WebProfilerBundle:Profiler:toolbar' with { 'token': token, 'position': 'normal' } %}
{% include 'WebProfilerBundle:Profiler:header.html.twig' only %} {% if not profiler.isempty %}

{{ profiler.url }} by {{ profiler.ip }} at {{ profiler.time|date('r') }}

{% endif %}
{% block panel '' %}
{% endblock %}