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

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

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