{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block head %} {{ parent() }} {% endblock %} {% block toolbar %} {% set time = collector.templatecount ? '%0.0f'|format(collector.time) : 'n/a' %} {% set icon %} {{ source('@WebProfiler/Icon/twig.svg') }}
{% endset %} {% set text %} {% set template = collector.templates|keys|first %} {% set file = collector.templatePaths[template]|default(false) %} {% set link = file ? file|file_link(1) : false %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} {% endblock %} {% block menu %} {{ source('@WebProfiler/Icon/twig.svg') }} Twig {% endblock %} {% block panel %} {% if collector.templatecount == 0 %}No Twig templates were rendered for this request.
Render time includes sub-requests rendering time (if any).
Template Name & Path | Render Count |
---|---|
{% if link %} {{ template }} {{ file|file_relative|default(file) }} {% else %} {{ template }} {% endif %} | {{ count }} |