var/cache/dev_hb199fda60d64cb4aeee9e3d553e0f6c1/twig/d9/d9c7622c07f02065c60d1fa79963ba9d.php line 33

Open in your IDE?
  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/Profiler/toolbar_js.html.twig */
  14. class __TwigTemplate_b16c9db219b20d57b4f327f3d1761316 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Profiler/toolbar_js.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebProfiler/Profiler/toolbar_js.html.twig"));
  33.         echo "<!-- INCLUDE BEGIN @WebProfiler/Profiler/toolbar_js.html.twig (vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig) -->";
  34.         // line 1
  35.         echo "<div id=\"sfwdt";
  36.         echo twig_escape_filter($this->env, ($context["token"] ?? null), "html"nulltrue);
  37.         echo "\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\">
  38.     ";
  39.         // line 2
  40.         $this->loadTemplate("@WebProfiler/Profiler/toolbar.html.twig""@WebProfiler/Profiler/toolbar_js.html.twig"2)->display(twig_array_merge($context, ["templates" => ["request" => "@WebProfiler/Profiler/cancel.html.twig"], "profile" => null"profiler_url" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("_profiler", ["token" =>         // line 7
  41. ($context["token"] ?? null)]), "profiler_markup_version" => 2]));
  42.         // line 10
  43.         echo "</div>
  44. ";
  45.         // line 12
  46.         echo twig_include($this->env$context"@WebProfiler/Profiler/base_js.html.twig");
  47.         echo "
  48. <style";
  49.         // line 14
  50.         if (($context["csp_style_nonce"] ?? null)) {
  51.             echo " nonce=\"";
  52.             echo twig_escape_filter($this->env, ($context["csp_style_nonce"] ?? null), "html"nulltrue);
  53.             echo "\"";
  54.         }
  55.         echo ">
  56.     ";
  57.         // line 15
  58.         echo twig_include($this->env$context"@WebProfiler/Profiler/toolbar.css.twig");
  59.         echo "
  60. </style>
  61. <script";
  62.         // line 17
  63.         if (($context["csp_script_nonce"] ?? null)) {
  64.             echo " nonce=\"";
  65.             echo twig_escape_filter($this->env, ($context["csp_script_nonce"] ?? null), "html"nulltrue);
  66.             echo "\"";
  67.         }
  68.         echo ">/*<![CDATA[*/
  69.     (function () {
  70.         Sfjs.loadToolbar('";
  71.         // line 19
  72.         echo twig_escape_filter($this->env, ($context["token"] ?? null), "html"nulltrue);
  73.         echo "');
  74.     })();
  75. /*]]>*/</script>
  76. ";
  77.         // line 0
  78.         echo "<!-- INCLUDE END @WebProfiler/Profiler/toolbar_js.html.twig -->";
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.         
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  83.     }
  84.     public function getTemplateName()
  85.     {
  86.         return "@WebProfiler/Profiler/toolbar_js.html.twig";
  87.     }
  88.     public function getDebugInfo()
  89.     {
  90.         return array (  89 => 0,  83 => 19,  74 => 17,  69 => 15,  61 => 14,  56 => 12,  52 => 10,  50 => 7,  49 => 2,  44 => 1,);
  91.     }
  92.     public function getSourceContext()
  93.     {
  94.         return new Source("<div id=\"sfwdt{{ token }}\" class=\"sf-toolbar sf-display-none\" role=\"region\" aria-label=\"Symfony Web Debug Toolbar\">
  95.     {% include('@WebProfiler/Profiler/toolbar.html.twig') with {
  96.         templates: {
  97.             'request': '@WebProfiler/Profiler/cancel.html.twig'
  98.         },
  99.         profile: null,
  100.         profiler_url: url('_profiler', {token: token}),
  101.         profiler_markup_version: 2,
  102.     } %}
  103. </div>
  104. {{ include('@WebProfiler/Profiler/base_js.html.twig') }}
  105. <style{% if csp_style_nonce %} nonce=\"{{ csp_style_nonce }}\"{% endif %}>
  106.     {{ include('@WebProfiler/Profiler/toolbar.css.twig') }}
  107. </style>
  108. <script{% if csp_script_nonce %} nonce=\"{{ csp_script_nonce }}\"{% endif %}>/*<![CDATA[*/
  109.     (function () {
  110.         Sfjs.loadToolbar('{{ token }}');
  111.     })();
  112. /*]]>*/</script>
  113. ""@WebProfiler/Profiler/toolbar_js.html.twig""/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig");
  114.     }
  115. }