{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block body %} {{ include('@WebProfiler/Profiler/header.html.twig', with_context = false) }}
{% block summary %} {% if profile is defined %} {% set status_code = ('request' in profile.collectors|keys) ? profile.getcollector('request').statuscode|default(0) : 0 %} {% set css_class = status_code > 399 ? 'status-error' : status_code > 299 ? 'status-warning' : 'status-success' %}

{% if profile.method|upper in ['GET', 'HEAD'] %} {{ profile.url }} {% else %} {{ profile.url }} {% endif %}

{% endif %} {% endblock %}
{{ include('@WebProfiler/Profiler/base_js.html.twig') }} {% block panel '' %}
{% endblock %}