var/cache/dev/twig/dd/dd65ce09166395dca6a5f70b92872d8f.php line 50

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @WebProfiler/Collector/twig.html.twig */
  14. class __TwigTemplate_bded113e537e210d6374a7cb5639d6fb extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'toolbar' => [$this'block_toolbar'],
  24.             'menu' => [$this'block_menu'],
  25.             'panel' => [$this'block_panel'],
  26.         ];
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "@WebProfiler/Profiler/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Collector/twig.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Collector/twig.html.twig"));
  40.         $this->parent $this->loadTemplate("@WebProfiler/Profiler/layout.html.twig""@WebProfiler/Collector/twig.html.twig"1);
  41.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 3
  48.     public function block_toolbar($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""toolbar"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""toolbar"));
  55.         // line 4
  56.         echo "    ";
  57.         $context["time"] = ((twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'4$this->source); })()), "templatecount", [], "any"falsefalsefalse4)) ? (twig_sprintf("%0.0f"twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'4$this->source); })()), "time", [], "any"falsefalsefalse4))) : ("n/a"));
  58.         // line 5
  59.         echo "    ";
  60.         ob_start();
  61.         // line 6
  62.         echo "        ";
  63.         echo twig_source($this->env"@WebProfiler/Icon/twig.svg");
  64.         echo "
  65.         <span class=\"sf-toolbar-value\">";
  66.         // line 7
  67.         echo twig_escape_filter($this->env, (isset($context["time"]) || array_key_exists("time"$context) ? $context["time"] : (function () { throw new RuntimeError('Variable "time" does not exist.'7$this->source); })()), "html"nulltrue);
  68.         echo "</span>
  69.         <span class=\"sf-toolbar-label\">ms</span>
  70.     ";
  71.         $context["icon"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  72.         // line 10
  73.         echo "
  74.     ";
  75.         // line 11
  76.         ob_start();
  77.         // line 12
  78.         echo "        <div class=\"sf-toolbar-info-piece\">
  79.             <b>Render Time</b>
  80.             <span>";
  81.         // line 14
  82.         echo twig_escape_filter($this->env, (isset($context["time"]) || array_key_exists("time"$context) ? $context["time"] : (function () { throw new RuntimeError('Variable "time" does not exist.'14$this->source); })()), "html"nulltrue);
  83.         echo " ms</span>
  84.         </div>
  85.         <div class=\"sf-toolbar-info-piece\">
  86.             <b>Template Calls</b>
  87.             <span class=\"sf-toolbar-status\">";
  88.         // line 18
  89.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'18$this->source); })()), "templatecount", [], "any"falsefalsefalse18), "html"nulltrue);
  90.         echo "</span>
  91.         </div>
  92.         <div class=\"sf-toolbar-info-piece\">
  93.             <b>Block Calls</b>
  94.             <span class=\"sf-toolbar-status\">";
  95.         // line 22
  96.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'22$this->source); })()), "blockcount", [], "any"falsefalsefalse22), "html"nulltrue);
  97.         echo "</span>
  98.         </div>
  99.         <div class=\"sf-toolbar-info-piece\">
  100.             <b>Macro Calls</b>
  101.             <span class=\"sf-toolbar-status\">";
  102.         // line 26
  103.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'26$this->source); })()), "macrocount", [], "any"falsefalsefalse26), "html"nulltrue);
  104.         echo "</span>
  105.         </div>
  106.     ";
  107.         $context["text"] = ('' === $tmp ob_get_clean()) ? '' : new Markup($tmp$this->env->getCharset());
  108.         // line 29
  109.         echo "
  110.     ";
  111.         // line 30
  112.         echo twig_include($this->env$context"@WebProfiler/Profiler/toolbar_item.html.twig", ["link" => (isset($context["profiler_url"]) || array_key_exists("profiler_url"$context) ? $context["profiler_url"] : (function () { throw new RuntimeError('Variable "profiler_url" does not exist.'30$this->source); })())]);
  113.         echo "
  114. ";
  115.         
  116.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  117.         
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  119.     }
  120.     // line 33
  121.     public function block_menu($context, array $blocks = [])
  122.     {
  123.         $macros $this->macros;
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  125.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""menu"));
  128.         // line 34
  129.         echo "    <span class=\"label ";
  130.         echo (((== twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'34$this->source); })()), "templateCount", [], "any"falsefalsefalse34))) ? ("disabled") : (""));
  131.         echo "\">
  132.         <span class=\"icon\">";
  133.         // line 35
  134.         echo twig_source($this->env"@WebProfiler/Icon/twig.svg");
  135.         echo "</span>
  136.         <strong>Twig</strong>
  137.     </span>
  138. ";
  139.         
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  141.         
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  143.     }
  144.     // line 40
  145.     public function block_panel($context, array $blocks = [])
  146.     {
  147.         $macros $this->macros;
  148.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  149.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""panel"));
  150.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  151.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""panel"));
  152.         // line 41
  153.         echo "    ";
  154.         if ((twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'41$this->source); })()), "templatecount", [], "any"falsefalsefalse41) == 0)) {
  155.             // line 42
  156.             echo "        <h2>Twig</h2>
  157.         <div class=\"empty empty-panel\">
  158.             <p>No Twig templates were rendered for this request.</p>
  159.         </div>
  160.     ";
  161.         } else {
  162.             // line 48
  163.             echo "        <h2>Twig Metrics</h2>
  164.         <div class=\"metrics\">
  165.             <div class=\"metric\">
  166.                 <span class=\"value\">";
  167.             // line 52
  168.             echo twig_escape_filter($this->envtwig_sprintf("%0.0f"twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'52$this->source); })()), "time", [], "any"falsefalsefalse52)), "html"nulltrue);
  169.             echo " <span class=\"unit\">ms</span></span>
  170.                 <span class=\"label\">Render time</span>
  171.             </div>
  172.             <div class=\"metric-divider\"></div>
  173.             <div class=\"metric-group\">
  174.                 <div class=\"metric\">
  175.                     <span class=\"value\">";
  176.             // line 60
  177.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'60$this->source); })()), "templatecount", [], "any"falsefalsefalse60), "html"nulltrue);
  178.             echo "</span>
  179.                     <span class=\"label\">Template calls</span>
  180.                 </div>
  181.                 <div class=\"metric\">
  182.                     <span class=\"value\">";
  183.             // line 65
  184.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'65$this->source); })()), "blockcount", [], "any"falsefalsefalse65), "html"nulltrue);
  185.             echo "</span>
  186.                     <span class=\"label\">Block calls</span>
  187.                 </div>
  188.                 <div class=\"metric\">
  189.                     <span class=\"value\">";
  190.             // line 70
  191.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'70$this->source); })()), "macrocount", [], "any"falsefalsefalse70), "html"nulltrue);
  192.             echo "</span>
  193.                     <span class=\"label\">Macro calls</span>
  194.                 </div>
  195.             </div>
  196.         </div>
  197.         <p class=\"help\">
  198.             Render time includes sub-requests rendering time (if any).
  199.         </p>
  200.         <h2>Rendered Templates</h2>
  201.         <table id=\"twig-table\">
  202.             <thead>
  203.             <tr>
  204.                 <th scope=\"col\">Template Name &amp; Path</th>
  205.                 <th class=\"num-col\" scope=\"col\">Render Count</th>
  206.             </tr>
  207.             </thead>
  208.             <tbody>
  209.             ";
  210.             // line 90
  211.             $context['_parent'] = $context;
  212.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'90$this->source); })()), "templates", [], "any"falsefalsefalse90));
  213.             foreach ($context['_seq'] as $context["template"] => $context["count"]) {
  214.                 // line 91
  215.                 echo "                <tr>
  216.                     ";
  217.                 // line 92
  218.                 $context["file"] = ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["collector"] ?? null), "templatePaths", [], "any"falsetruefalse92), $context["template"], [], "array"truetruefalse92)) ? (_twig_default_filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["collector"] ?? null), "templatePaths", [], "any"falsetruefalse92), $context["template"], [], "array"falsefalsefalse92), false)) : (false));
  219.                 // line 93
  220.                 echo "                    ";
  221.                 $context["link"] = (((isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'93$this->source); })())) ? ($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink((isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'93$this->source); })()), 1)) : (false));
  222.                 // line 94
  223.                 echo "                    <td class=\"font-normal\">
  224.                         ";
  225.                 // line 95
  226.                 if ((isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'95$this->source); })())) {
  227.                     // line 96
  228.                     echo "                            <a href=\"";
  229.                     echo twig_escape_filter($this->env, (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'96$this->source); })()), "html"nulltrue);
  230.                     echo "\" title=\"";
  231.                     echo twig_escape_filter($this->env, (isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'96$this->source); })()), "html"nulltrue);
  232.                     echo "\" class=\"stretched-link\">
  233.                                 ";
  234.                     // line 97
  235.                     echo twig_escape_filter($this->env$context["template"], "html"nulltrue);
  236.                     echo "
  237.                                 <span class=\"template-file-path\">";
  238.                     // line 98
  239.                     echo twig_escape_filter($this->env_twig_default_filter($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileRelative((isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'98$this->source); })())), (isset($context["file"]) || array_key_exists("file"$context) ? $context["file"] : (function () { throw new RuntimeError('Variable "file" does not exist.'98$this->source); })())), "html"nulltrue);
  240.                     echo "</span>
  241.                             </a>
  242.                         ";
  243.                 } else {
  244.                     // line 101
  245.                     echo "                            ";
  246.                     echo twig_escape_filter($this->env$context["template"], "html"nulltrue);
  247.                     echo "
  248.                         ";
  249.                 }
  250.                 // line 103
  251.                 echo "                    </td>
  252.                     <td class=\"font-normal num-col\">";
  253.                 // line 104
  254.                 echo twig_escape_filter($this->env$context["count"], "html"nulltrue);
  255.                 echo "</td>
  256.                 </tr>
  257.             ";
  258.             }
  259.             $_parent $context['_parent'];
  260.             unset($context['_seq'], $context['_iterated'], $context['template'], $context['count'], $context['_parent'], $context['loop']);
  261.             $context array_intersect_key($context$_parent) + $_parent;
  262.             // line 107
  263.             echo "            </tbody>
  264.         </table>
  265.         <h2>Rendering Call Graph</h2>
  266.         <div id=\"twig-dump\">
  267.             ";
  268.             // line 113
  269.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["collector"]) || array_key_exists("collector"$context) ? $context["collector"] : (function () { throw new RuntimeError('Variable "collector" does not exist.'113$this->source); })()), "htmlcallgraph", [], "any"falsefalsefalse113), "html"nulltrue);
  270.             echo "
  271.         </div>
  272.     ";
  273.         }
  274.         
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  276.         
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  278.     }
  279.     public function getTemplateName()
  280.     {
  281.         return "@WebProfiler/Collector/twig.html.twig";
  282.     }
  283.     public function isTraitable()
  284.     {
  285.         return false;
  286.     }
  287.     public function getDebugInfo()
  288.     {
  289.         return array (  304 => 113,  296 => 107,  287 => 104,  284 => 103,  278 => 101,  272 => 98,  268 => 97,  261 => 96,  259 => 95,  256 => 94,  253 => 93,  251 => 92,  248 => 91,  244 => 90,  221 => 70,  213 => 65,  205 => 60,  194 => 52,  188 => 48,  180 => 42,  177 => 41,  167 => 40,  153 => 35,  148 => 34,  138 => 33,  126 => 30,  123 => 29,  117 => 26,  110 => 22,  103 => 18,  96 => 14,  92 => 12,  90 => 11,  87 => 10,  81 => 7,  76 => 6,  73 => 5,  70 => 4,  60 => 3,  37 => 1,);
  290.     }
  291.     public function getSourceContext()
  292.     {
  293.         return new Source("{% extends '@WebProfiler/Profiler/layout.html.twig' %}
  294. {% block toolbar %}
  295.     {% set time = collector.templatecount ? '%0.0f'|format(collector.time) : 'n/a' %}
  296.     {% set icon %}
  297.         {{ source('@WebProfiler/Icon/twig.svg') }}
  298.         <span class=\"sf-toolbar-value\">{{ time }}</span>
  299.         <span class=\"sf-toolbar-label\">ms</span>
  300.     {% endset %}
  301.     {% set text %}
  302.         <div class=\"sf-toolbar-info-piece\">
  303.             <b>Render Time</b>
  304.             <span>{{ time }} ms</span>
  305.         </div>
  306.         <div class=\"sf-toolbar-info-piece\">
  307.             <b>Template Calls</b>
  308.             <span class=\"sf-toolbar-status\">{{ collector.templatecount }}</span>
  309.         </div>
  310.         <div class=\"sf-toolbar-info-piece\">
  311.             <b>Block Calls</b>
  312.             <span class=\"sf-toolbar-status\">{{ collector.blockcount }}</span>
  313.         </div>
  314.         <div class=\"sf-toolbar-info-piece\">
  315.             <b>Macro Calls</b>
  316.             <span class=\"sf-toolbar-status\">{{ collector.macrocount }}</span>
  317.         </div>
  318.     {% endset %}
  319.     {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }}
  320. {% endblock %}
  321. {% block menu %}
  322.     <span class=\"label {{ 0 == collector.templateCount ? 'disabled' }}\">
  323.         <span class=\"icon\">{{ source('@WebProfiler/Icon/twig.svg') }}</span>
  324.         <strong>Twig</strong>
  325.     </span>
  326. {% endblock %}
  327. {% block panel %}
  328.     {% if collector.templatecount == 0 %}
  329.         <h2>Twig</h2>
  330.         <div class=\"empty empty-panel\">
  331.             <p>No Twig templates were rendered for this request.</p>
  332.         </div>
  333.     {% else %}
  334.         <h2>Twig Metrics</h2>
  335.         <div class=\"metrics\">
  336.             <div class=\"metric\">
  337.                 <span class=\"value\">{{ '%0.0f'|format(collector.time) }} <span class=\"unit\">ms</span></span>
  338.                 <span class=\"label\">Render time</span>
  339.             </div>
  340.             <div class=\"metric-divider\"></div>
  341.             <div class=\"metric-group\">
  342.                 <div class=\"metric\">
  343.                     <span class=\"value\">{{ collector.templatecount }}</span>
  344.                     <span class=\"label\">Template calls</span>
  345.                 </div>
  346.                 <div class=\"metric\">
  347.                     <span class=\"value\">{{ collector.blockcount }}</span>
  348.                     <span class=\"label\">Block calls</span>
  349.                 </div>
  350.                 <div class=\"metric\">
  351.                     <span class=\"value\">{{ collector.macrocount }}</span>
  352.                     <span class=\"label\">Macro calls</span>
  353.                 </div>
  354.             </div>
  355.         </div>
  356.         <p class=\"help\">
  357.             Render time includes sub-requests rendering time (if any).
  358.         </p>
  359.         <h2>Rendered Templates</h2>
  360.         <table id=\"twig-table\">
  361.             <thead>
  362.             <tr>
  363.                 <th scope=\"col\">Template Name &amp; Path</th>
  364.                 <th class=\"num-col\" scope=\"col\">Render Count</th>
  365.             </tr>
  366.             </thead>
  367.             <tbody>
  368.             {% for template, count in collector.templates %}
  369.                 <tr>
  370.                     {% set file = collector.templatePaths[template]|default(false) %}
  371.                     {% set link = file ? file|file_link(1) : false %}
  372.                     <td class=\"font-normal\">
  373.                         {% if link %}
  374.                             <a href=\"{{ link }}\" title=\"{{ file }}\" class=\"stretched-link\">
  375.                                 {{ template }}
  376.                                 <span class=\"template-file-path\">{{ file|file_relative|default(file) }}</span>
  377.                             </a>
  378.                         {% else %}
  379.                             {{ template }}
  380.                         {% endif %}
  381.                     </td>
  382.                     <td class=\"font-normal num-col\">{{ count }}</td>
  383.                 </tr>
  384.             {% endfor %}
  385.             </tbody>
  386.         </table>
  387.         <h2>Rendering Call Graph</h2>
  388.         <div id=\"twig-dump\">
  389.             {{ collector.htmlcallgraph }}
  390.         </div>
  391.     {% endif %}
  392. {% endblock %}
  393. ""@WebProfiler/Collector/twig.html.twig""/home/bestofi/bestof/vendor/symfony/web-profiler-bundle/Resources/views/Collector/twig.html.twig");
  394.     }
  395. }