var_dev/cache/dev/twig/90/90bde146d5d072677bca5a3ff5763945.php line 124

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @WebProfiler/Profiler/layout.html.twig */
  16. class __TwigTemplate_3ad1b709a89c27ff9c622556ce9e7e72 extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->blocks = [
  28. 'body' => [$this, 'block_body'],
  29. 'summary' => [$this, 'block_summary'],
  30. 'panel' => [$this, 'block_panel'],
  31. ];
  32. }
  33. protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34. {
  35. // line 1
  36. return "@WebProfiler/Profiler/base.html.twig";
  37. }
  38. protected function doDisplay(array $context, array $blocks = []): iterable
  39. {
  40. $macros = $this->macros;
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig"));
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/layout.html.twig"));
  45. $this->parent = $this->loadTemplate("@WebProfiler/Profiler/base.html.twig", "@WebProfiler/Profiler/layout.html.twig", 1);
  46. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  47. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  49. }
  50. // line 3
  51. /**
  52. * @return iterable<null|scalar|\Stringable>
  53. */
  54. public function block_body(array $context, array $blocks = []): iterable
  55. {
  56. $macros = $this->macros;
  57. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  59. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  60. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  61. // line 4
  62. yield " ";
  63. yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Profiler/header.html.twig", [], false);
  64. yield "
  65. <div id=\"summary\">
  66. ";
  67. // line 7
  68. yield from $this->unwrap()->yieldBlock('summary', $context, $blocks);
  69. // line 93
  70. yield " </div>
  71. <div id=\"content\" class=\"container\">
  72. <div id=\"main\">
  73. <div id=\"sidebar\">
  74. <div id=\"sidebar-shortcuts\">
  75. <div class=\"shortcuts\">
  76. <a href=\"#\" id=\"sidebarShortcutsMenu\" class=\"visible-small\">
  77. <span class=\"icon\">";
  78. // line 101
  79. yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Icon/menu.svg");
  80. yield "</span>
  81. </a>
  82. <a class=\"btn btn-sm\" href=\"";
  83. // line 104
  84. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search", ["limit" => 10]);
  85. yield "\">Last 10</a>
  86. <a class=\"btn btn-sm\" href=\"";
  87. // line 105
  88. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", Twig\Extension\CoreExtension::merge(["token" => "latest"], CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 105, $this->source); })()), "query", [], "any", false, false, false, 105), "all", [], "any", false, false, false, 105))), "html", null, true);
  89. yield "\">Latest</a>
  90. <a class=\"sf-toggle btn btn-sm\" data-toggle-selector=\"#sidebar-search\" ";
  91. // line 107
  92. if ((array_key_exists("tokens", $context) || array_key_exists("about", $context))) {
  93. yield "data-toggle-initial=\"display\"";
  94. }
  95. yield ">
  96. ";
  97. // line 108
  98. yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Icon/search.svg");
  99. yield " <span class=\"hidden-small\">Search</span>
  100. </a>
  101. ";
  102. // line 111
  103. yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("web_profiler.controller.profiler::searchBarAction", [], CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 111, $this->source); })()), "query", [], "any", false, false, false, 111), "all", [], "any", false, false, false, 111)));
  104. yield "
  105. </div>
  106. </div>
  107. ";
  108. // line 115
  109. if (array_key_exists("templates", $context)) {
  110. // line 116
  111. yield " <ul id=\"menu-profiler\">
  112. ";
  113. // line 117
  114. $context['_parent'] = $context;
  115. $context['_seq'] = CoreExtension::ensureTraversable((isset($context["templates"]) || array_key_exists("templates", $context) ? $context["templates"] : (function () { throw new RuntimeError('Variable "templates" does not exist.', 117, $this->source); })()));
  116. $context['loop'] = [
  117. 'parent' => $context['_parent'],
  118. 'index0' => 0,
  119. 'index' => 1,
  120. 'first' => true,
  121. ];
  122. if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  123. $length = count($context['_seq']);
  124. $context['loop']['revindex0'] = $length - 1;
  125. $context['loop']['revindex'] = $length;
  126. $context['loop']['length'] = $length;
  127. $context['loop']['last'] = 1 === $length;
  128. }
  129. foreach ($context['_seq'] as $context["name"] => $context["template"]) {
  130. // line 118
  131. yield " ";
  132. $context["menu"] = ('' === $tmp = \Twig\Extension\CoreExtension::captureOutput((function () use (&$context, $macros, $blocks) {
  133. // line 119
  134. if ( $this->loadTemplate($context["template"], "@WebProfiler/Profiler/layout.html.twig", 119)->unwrap()->hasBlock("menu", $context)) {
  135. // line 120
  136. $_v0 = $context;
  137. $_v1 = ["collector" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 120, $this->source); })()), "getcollector", [$context["name"]], "method", false, false, false, 120), "profiler_markup_version" => (isset($context["profiler_markup_version"]) || array_key_exists("profiler_markup_version", $context) ? $context["profiler_markup_version"] : (function () { throw new RuntimeError('Variable "profiler_markup_version" does not exist.', 120, $this->source); })())];
  138. if (!is_iterable($_v1)) {
  139. throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 120, $this->getSourceContext());
  140. }
  141. $_v1 = CoreExtension::toArray($_v1);
  142. $context = $_v1 + $context + $this->env->getGlobals();
  143. // line 121
  144. yield from $this->loadTemplate($context["template"], "@WebProfiler/Profiler/layout.html.twig", 121)->unwrap()->yieldBlock("menu", $context);
  145. $context = $_v0;
  146. }
  147. yield from [];
  148. })())) ? '' : new Markup($tmp, $this->env->getCharset());
  149. // line 125
  150. yield " ";
  151. if ( !Twig\Extension\CoreExtension::testEmpty((isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 125, $this->source); })()))) {
  152. // line 126
  153. yield " <li class=\"";
  154. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["name"], "html", null, true);
  155. yield " ";
  156. yield ((($context["name"] == (isset($context["panel"]) || array_key_exists("panel", $context) ? $context["panel"] : (function () { throw new RuntimeError('Variable "panel" does not exist.', 126, $this->source); })()))) ? ("selected") : (""));
  157. yield "\">
  158. <a href=\"";
  159. // line 127
  160. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 127, $this->source); })()), "panel" => $context["name"]]), "html", null, true);
  161. yield "\">";
  162. yield (isset($context["menu"]) || array_key_exists("menu", $context) ? $context["menu"] : (function () { throw new RuntimeError('Variable "menu" does not exist.', 127, $this->source); })());
  163. yield "</a>
  164. </li>
  165. ";
  166. }
  167. // line 130
  168. yield " ";
  169. ++$context['loop']['index0'];
  170. ++$context['loop']['index'];
  171. $context['loop']['first'] = false;
  172. if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  173. --$context['loop']['revindex0'];
  174. --$context['loop']['revindex'];
  175. $context['loop']['last'] = 0 === $context['loop']['revindex0'];
  176. }
  177. }
  178. $_parent = $context['_parent'];
  179. unset($context['_seq'], $context['name'], $context['template'], $context['_parent'], $context['loop']);
  180. $context = array_intersect_key($context, $_parent) + $_parent;
  181. // line 131
  182. yield " </ul>
  183. ";
  184. }
  185. // line 133
  186. yield "
  187. ";
  188. // line 134
  189. yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Profiler/settings.html.twig");
  190. yield "
  191. </div>
  192. <div id=\"collector-wrapper\">
  193. <div id=\"collector-content\">
  194. ";
  195. // line 139
  196. yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Profiler/base_js.html.twig");
  197. yield "
  198. ";
  199. // line 140
  200. yield from $this->unwrap()->yieldBlock('panel', $context, $blocks);
  201. // line 141
  202. yield " </div>
  203. </div>
  204. </div>
  205. </div>
  206. <script>
  207. (function () {
  208. Sfjs.addEventListener(document.getElementById('sidebarShortcutsMenu'), 'click', function (event) {
  209. event.preventDefault();
  210. Sfjs.toggleClass(document.getElementById('sidebar'), 'expanded');
  211. })
  212. }());
  213. </script>
  214. ";
  215. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  216. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  217. yield from [];
  218. }
  219. // line 7
  220. /**
  221. * @return iterable<null|scalar|\Stringable>
  222. */
  223. public function block_summary(array $context, array $blocks = []): iterable
  224. {
  225. $macros = $this->macros;
  226. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  227. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "summary"));
  228. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  229. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "summary"));
  230. // line 8
  231. yield " ";
  232. if (array_key_exists("profile", $context)) {
  233. // line 9
  234. yield " ";
  235. $context["request_collector"] = ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["profile"] ?? null), "collectors", [], "any", false, true, false, 9), "request", [], "any", true, true, false, 9)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 9, $this->source); })()), "collectors", [], "any", false, false, false, 9), "request", [], "any", false, false, false, 9), false)) : (false));
  236. // line 10
  237. yield " ";
  238. $context["status_code"] = (((isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 10, $this->source); })())) ? (((CoreExtension::getAttribute($this->env, $this->source, ($context["request_collector"] ?? null), "statuscode", [], "any", true, true, false, 10)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 10, $this->source); })()), "statuscode", [], "any", false, false, false, 10), 0)) : (0))) : (0));
  239. // line 11
  240. yield " ";
  241. $context["css_class"] = ((((isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 11, $this->source); })()) > 399)) ? ("status-error") : (((((isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 11, $this->source); })()) > 299)) ? ("status-warning") : ("status-success"))));
  242. // line 12
  243. yield "
  244. <div class=\"status ";
  245. // line 13
  246. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["css_class"]) || array_key_exists("css_class", $context) ? $context["css_class"] : (function () { throw new RuntimeError('Variable "css_class" does not exist.', 13, $this->source); })()), "html", null, true);
  247. yield "\">
  248. <div class=\"container\">
  249. <h2 class=\"break-long-words\">
  250. ";
  251. // line 16
  252. if (CoreExtension::inFilter(Twig\Extension\CoreExtension::upper($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 16, $this->source); })()), "method", [], "any", false, false, false, 16)), ["GET", "HEAD"])) {
  253. // line 17
  254. yield " <a href=\"";
  255. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 17, $this->source); })()), "url", [], "any", false, false, false, 17), "html", null, true);
  256. yield "\">";
  257. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 17, $this->source); })()), "url", [], "any", false, false, false, 17), "html", null, true);
  258. yield "</a>
  259. ";
  260. } else {
  261. // line 19
  262. yield " ";
  263. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 19, $this->source); })()), "url", [], "any", false, false, false, 19), "html", null, true);
  264. yield "
  265. ";
  266. // line 20
  267. $context["referer"] = (((isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 20, $this->source); })())) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 20, $this->source); })()), "requestheaders", [], "any", false, false, false, 20), "get", ["referer"], "method", false, false, false, 20)) : (null));
  268. // line 21
  269. yield " ";
  270. if ((isset($context["referer"]) || array_key_exists("referer", $context) ? $context["referer"] : (function () { throw new RuntimeError('Variable "referer" does not exist.', 21, $this->source); })())) {
  271. // line 22
  272. yield " <a href=\"";
  273. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["referer"]) || array_key_exists("referer", $context) ? $context["referer"] : (function () { throw new RuntimeError('Variable "referer" does not exist.', 22, $this->source); })()), "html", null, true);
  274. yield "\" class=\"referer\">Return to referer URL</a>
  275. ";
  276. }
  277. // line 24
  278. yield " ";
  279. }
  280. // line 25
  281. yield " </h2>
  282. ";
  283. // line 27
  284. if (((isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 27, $this->source); })()) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 27, $this->source); })()), "redirect", [], "any", false, false, false, 27))) {
  285. // line 28
  286. $context["redirect"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 28, $this->source); })()), "redirect", [], "any", false, false, false, 28);
  287. // line 29
  288. $context["controller"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 29, $this->source); })()), "controller", [], "any", false, false, false, 29);
  289. // line 30
  290. $context["redirect_route"] = ("@" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 30, $this->source); })()), "route", [], "any", false, false, false, 30));
  291. // line 31
  292. yield " <dl class=\"metadata\">
  293. <dt>
  294. <span class=\"label\">";
  295. // line 33
  296. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 33, $this->source); })()), "status_code", [], "any", false, false, false, 33), "html", null, true);
  297. yield "</span>
  298. Redirect from
  299. </dt>
  300. <dd>
  301. ";
  302. // line 37
  303. yield ((("GET" != CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 37, $this->source); })()), "method", [], "any", false, false, false, 37))) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 37, $this->source); })()), "method", [], "any", false, false, false, 37), "html", null, true)) : (""));
  304. yield "
  305. ";
  306. // line 38
  307. if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["redirect"] ?? null), "controller", [], "any", false, true, false, 38), "class", [], "any", true, true, false, 38)) {
  308. // line 39
  309. $context["link"] = $this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 39, $this->source); })()), "file", [], "any", false, false, false, 39), CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 39, $this->source); })()), "line", [], "any", false, false, false, 39));
  310. // line 40
  311. if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 40, $this->source); })())) {
  312. yield "<a href=\"";
  313. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 40, $this->source); })()), "html", null, true);
  314. yield "\" title=\"";
  315. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 40, $this->source); })()), "file", [], "any", false, false, false, 40), "html", null, true);
  316. yield "\">";
  317. }
  318. // line 41
  319. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["redirect_route"]) || array_key_exists("redirect_route", $context) ? $context["redirect_route"] : (function () { throw new RuntimeError('Variable "redirect_route" does not exist.', 41, $this->source); })()), "html", null, true);
  320. // line 42
  321. if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 42, $this->source); })())) {
  322. yield "</a>";
  323. }
  324. } else {
  325. // line 44
  326. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["redirect_route"]) || array_key_exists("redirect_route", $context) ? $context["redirect_route"] : (function () { throw new RuntimeError('Variable "redirect_route" does not exist.', 44, $this->source); })()), "html", null, true);
  327. }
  328. // line 46
  329. yield " (<a href=\"";
  330. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 46, $this->source); })()), "token", [], "any", false, false, false, 46), "panel" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["request"]) || array_key_exists("request", $context) ? $context["request"] : (function () { throw new RuntimeError('Variable "request" does not exist.', 46, $this->source); })()), "query", [], "any", false, false, false, 46), "get", ["panel", "request"], "method", false, false, false, 46)]), "html", null, true);
  331. yield "\">";
  332. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["redirect"]) || array_key_exists("redirect", $context) ? $context["redirect"] : (function () { throw new RuntimeError('Variable "redirect" does not exist.', 46, $this->source); })()), "token", [], "any", false, false, false, 46), "html", null, true);
  333. yield "</a>)
  334. </dd>
  335. </dl>";
  336. }
  337. // line 50
  338. yield "
  339. ";
  340. // line 51
  341. if (((isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 51, $this->source); })()) && CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 51, $this->source); })()), "forwardtoken", [], "any", false, false, false, 51))) {
  342. // line 52
  343. $context["forward_profile"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 52, $this->source); })()), "childByToken", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 52, $this->source); })()), "forwardtoken", [], "any", false, false, false, 52)], "method", false, false, false, 52);
  344. // line 53
  345. yield " ";
  346. $context["controller"] = (((isset($context["forward_profile"]) || array_key_exists("forward_profile", $context) ? $context["forward_profile"] : (function () { throw new RuntimeError('Variable "forward_profile" does not exist.', 53, $this->source); })())) ? (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["forward_profile"]) || array_key_exists("forward_profile", $context) ? $context["forward_profile"] : (function () { throw new RuntimeError('Variable "forward_profile" does not exist.', 53, $this->source); })()), "collector", ["request"], "method", false, false, false, 53), "controller", [], "any", false, false, false, 53)) : ("n/a"));
  347. // line 54
  348. yield " <dl class=\"metadata\">
  349. <dt>Forwarded to</dt>
  350. <dd>
  351. ";
  352. // line 57
  353. $context["link"] = ((CoreExtension::getAttribute($this->env, $this->source, ($context["controller"] ?? null), "file", [], "any", true, true, false, 57)) ? ($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->getFileLink(CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 57, $this->source); })()), "file", [], "any", false, false, false, 57), CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 57, $this->source); })()), "line", [], "any", false, false, false, 57))) : (null));
  354. // line 58
  355. if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 58, $this->source); })())) {
  356. yield "<a href=\"";
  357. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 58, $this->source); })()), "html", null, true);
  358. yield "\" title=\"";
  359. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 58, $this->source); })()), "file", [], "any", false, false, false, 58), "html", null, true);
  360. yield "\">";
  361. }
  362. // line 59
  363. if (CoreExtension::getAttribute($this->env, $this->source, ($context["controller"] ?? null), "class", [], "any", true, true, false, 59)) {
  364. // line 60
  365. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::striptags($this->extensions['Symfony\Bridge\Twig\Extension\CodeExtension']->abbrClass($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 60, $this->source); })()), "class", [], "any", false, false, false, 60), "html", null, true))), "html", null, true);
  366. // line 61
  367. yield ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 61, $this->source); })()), "method", [], "any", false, false, false, 61)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((" :: " . CoreExtension::getAttribute($this->env, $this->source, (isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 61, $this->source); })()), "method", [], "any", false, false, false, 61)), "html", null, true)) : (""));
  368. } else {
  369. // line 63
  370. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["controller"]) || array_key_exists("controller", $context) ? $context["controller"] : (function () { throw new RuntimeError('Variable "controller" does not exist.', 63, $this->source); })()), "html", null, true);
  371. }
  372. // line 65
  373. if ((isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 65, $this->source); })())) {
  374. yield "</a>";
  375. }
  376. // line 66
  377. yield " (<a href=\"";
  378. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler", ["token" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 66, $this->source); })()), "forwardtoken", [], "any", false, false, false, 66)]), "html", null, true);
  379. yield "\">";
  380. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["request_collector"]) || array_key_exists("request_collector", $context) ? $context["request_collector"] : (function () { throw new RuntimeError('Variable "request_collector" does not exist.', 66, $this->source); })()), "forwardtoken", [], "any", false, false, false, 66), "html", null, true);
  381. yield "</a>)
  382. </dd>
  383. </dl>";
  384. }
  385. // line 70
  386. yield "
  387. <dl class=\"metadata\">
  388. <dt>Method</dt>
  389. <dd>";
  390. // line 73
  391. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::upper($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 73, $this->source); })()), "method", [], "any", false, false, false, 73)), "html", null, true);
  392. yield "</dd>
  393. <dt>HTTP Status</dt>
  394. <dd>";
  395. // line 76
  396. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["status_code"]) || array_key_exists("status_code", $context) ? $context["status_code"] : (function () { throw new RuntimeError('Variable "status_code" does not exist.', 76, $this->source); })()), "html", null, true);
  397. yield "</dd>
  398. <dt>IP</dt>
  399. <dd>
  400. <a href=\"";
  401. // line 80
  402. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_profiler_search_results", ["token" => (isset($context["token"]) || array_key_exists("token", $context) ? $context["token"] : (function () { throw new RuntimeError('Variable "token" does not exist.', 80, $this->source); })()), "limit" => 10, "ip" => CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 80, $this->source); })()), "ip", [], "any", false, false, false, 80)]), "html", null, true);
  403. yield "\">";
  404. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 80, $this->source); })()), "ip", [], "any", false, false, false, 80), "html", null, true);
  405. yield "</a>
  406. </dd>
  407. <dt>Profiled on</dt>
  408. <dd><time datetime=\"";
  409. // line 84
  410. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 84, $this->source); })()), "time", [], "any", false, false, false, 84), "c"), "html", null, true);
  411. yield "\">";
  412. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 84, $this->source); })()), "time", [], "any", false, false, false, 84), "r"), "html", null, true);
  413. yield "</time></dd>
  414. <dt>Token</dt>
  415. <dd>";
  416. // line 87
  417. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["profile"]) || array_key_exists("profile", $context) ? $context["profile"] : (function () { throw new RuntimeError('Variable "profile" does not exist.', 87, $this->source); })()), "token", [], "any", false, false, false, 87), "html", null, true);
  418. yield "</dd>
  419. </dl>
  420. </div>
  421. </div>
  422. ";
  423. }
  424. // line 92
  425. yield " ";
  426. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  427. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  428. yield from [];
  429. }
  430. // line 140
  431. /**
  432. * @return iterable<null|scalar|\Stringable>
  433. */
  434. public function block_panel(array $context, array $blocks = []): iterable
  435. {
  436. $macros = $this->macros;
  437. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  438. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel"));
  439. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  440. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "panel"));
  441. yield "";
  442. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  443. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  444. yield from [];
  445. }
  446. /**
  447. * @codeCoverageIgnore
  448. */
  449. public function getTemplateName(): string
  450. {
  451. return "@WebProfiler/Profiler/layout.html.twig";
  452. }
  453. /**
  454. * @codeCoverageIgnore
  455. */
  456. public function isTraitable(): bool
  457. {
  458. return false;
  459. }
  460. /**
  461. * @codeCoverageIgnore
  462. */
  463. public function getDebugInfo(): array
  464. {
  465. return array ( 471 => 140, 460 => 92, 452 => 87, 444 => 84, 435 => 80, 428 => 76, 422 => 73, 417 => 70, 408 => 66, 404 => 65, 401 => 63, 398 => 61, 396 => 60, 394 => 59, 386 => 58, 384 => 57, 379 => 54, 376 => 53, 374 => 52, 372 => 51, 369 => 50, 360 => 46, 357 => 44, 352 => 42, 350 => 41, 342 => 40, 340 => 39, 338 => 38, 334 => 37, 327 => 33, 323 => 31, 321 => 30, 319 => 29, 317 => 28, 315 => 27, 311 => 25, 308 => 24, 302 => 22, 299 => 21, 297 => 20, 292 => 19, 284 => 17, 282 => 16, 276 => 13, 273 => 12, 270 => 11, 267 => 10, 264 => 9, 261 => 8, 248 => 7, 225 => 141, 223 => 140, 219 => 139, 211 => 134, 208 => 133, 204 => 131, 190 => 130, 182 => 127, 175 => 126, 172 => 125, 166 => 121, 158 => 120, 156 => 119, 153 => 118, 136 => 117, 133 => 116, 131 => 115, 124 => 111, 118 => 108, 112 => 107, 107 => 105, 103 => 104, 97 => 101, 87 => 93, 85 => 7, 78 => 4, 65 => 3, 42 => 1,);
  466. }
  467. public function getSourceContext(): Source
  468. {
  469. return new Source("{% extends '@WebProfiler/Profiler/base.html.twig' %}
  470. {% block body %}
  471. {{ include('@WebProfiler/Profiler/header.html.twig', with_context = false) }}
  472. <div id=\"summary\">
  473. {% block summary %}
  474. {% if profile is defined %}
  475. {% set request_collector = profile.collectors.request|default(false) %}
  476. {% set status_code = request_collector ? request_collector.statuscode|default(0) : 0 %}
  477. {% set css_class = status_code > 399 ? 'status-error' : status_code > 299 ? 'status-warning' : 'status-success' %}
  478. <div class=\"status {{ css_class }}\">
  479. <div class=\"container\">
  480. <h2 class=\"break-long-words\">
  481. {% if profile.method|upper in ['GET', 'HEAD'] %}
  482. <a href=\"{{ profile.url }}\">{{ profile.url }}</a>
  483. {% else %}
  484. {{ profile.url }}
  485. {% set referer = request_collector ? request_collector.requestheaders.get('referer') : null %}
  486. {% if referer %}
  487. <a href=\"{{ referer }}\" class=\"referer\">Return to referer URL</a>
  488. {% endif %}
  489. {% endif %}
  490. </h2>
  491. {% if request_collector and request_collector.redirect -%}
  492. {%- set redirect = request_collector.redirect -%}
  493. {%- set controller = redirect.controller -%}
  494. {%- set redirect_route = '@' ~ redirect.route %}
  495. <dl class=\"metadata\">
  496. <dt>
  497. <span class=\"label\">{{ redirect.status_code }}</span>
  498. Redirect from
  499. </dt>
  500. <dd>
  501. {{ 'GET' != redirect.method ? redirect.method }}
  502. {% if redirect.controller.class is defined -%}
  503. {%- set link = controller.file|file_link(controller.line) -%}
  504. {% if link %}<a href=\"{{ link }}\" title=\"{{ controller.file }}\">{% endif -%}
  505. {{ redirect_route }}
  506. {%- if link %}</a>{% endif -%}
  507. {%- else -%}
  508. {{ redirect_route }}
  509. {%- endif %}
  510. (<a href=\"{{ path('_profiler', { token: redirect.token, panel: request.query.get('panel', 'request') }) }}\">{{ redirect.token }}</a>)
  511. </dd>
  512. </dl>
  513. {%- endif %}
  514. {% if request_collector and request_collector.forwardtoken -%}
  515. {% set forward_profile = profile.childByToken(request_collector.forwardtoken) %}
  516. {% set controller = forward_profile ? forward_profile.collector('request').controller : 'n/a' %}
  517. <dl class=\"metadata\">
  518. <dt>Forwarded to</dt>
  519. <dd>
  520. {% set link = controller.file is defined ? controller.file|file_link(controller.line) : null -%}
  521. {%- if link %}<a href=\"{{ link }}\" title=\"{{ controller.file }}\">{% endif -%}
  522. {% if controller.class is defined %}
  523. {{- controller.class|abbr_class|striptags -}}
  524. {{- controller.method ? ' :: ' ~ controller.method -}}
  525. {% else %}
  526. {{- controller -}}
  527. {% endif %}
  528. {%- if link %}</a>{% endif %}
  529. (<a href=\"{{ path('_profiler', { token: request_collector.forwardtoken }) }}\">{{ request_collector.forwardtoken }}</a>)
  530. </dd>
  531. </dl>
  532. {%- endif %}
  533. <dl class=\"metadata\">
  534. <dt>Method</dt>
  535. <dd>{{ profile.method|upper }}</dd>
  536. <dt>HTTP Status</dt>
  537. <dd>{{ status_code }}</dd>
  538. <dt>IP</dt>
  539. <dd>
  540. <a href=\"{{ path('_profiler_search_results', { token: token, limit: 10, ip: profile.ip }) }}\">{{ profile.ip }}</a>
  541. </dd>
  542. <dt>Profiled on</dt>
  543. <dd><time datetime=\"{{ profile.time|date('c') }}\">{{ profile.time|date('r') }}</time></dd>
  544. <dt>Token</dt>
  545. <dd>{{ profile.token }}</dd>
  546. </dl>
  547. </div>
  548. </div>
  549. {% endif %}
  550. {% endblock %}
  551. </div>
  552. <div id=\"content\" class=\"container\">
  553. <div id=\"main\">
  554. <div id=\"sidebar\">
  555. <div id=\"sidebar-shortcuts\">
  556. <div class=\"shortcuts\">
  557. <a href=\"#\" id=\"sidebarShortcutsMenu\" class=\"visible-small\">
  558. <span class=\"icon\">{{ include('@WebProfiler/Icon/menu.svg') }}</span>
  559. </a>
  560. <a class=\"btn btn-sm\" href=\"{{ path('_profiler_search', { limit: 10 }) }}\">Last 10</a>
  561. <a class=\"btn btn-sm\" href=\"{{ path('_profiler', { token: 'latest' }|merge(request.query.all)) }}\">Latest</a>
  562. <a class=\"sf-toggle btn btn-sm\" data-toggle-selector=\"#sidebar-search\" {% if tokens is defined or about is defined %}data-toggle-initial=\"display\"{% endif %}>
  563. {{ include('@WebProfiler/Icon/search.svg') }} <span class=\"hidden-small\">Search</span>
  564. </a>
  565. {{ render(controller('web_profiler.controller.profiler::searchBarAction', query=request.query.all)) }}
  566. </div>
  567. </div>
  568. {% if templates is defined %}
  569. <ul id=\"menu-profiler\">
  570. {% for name, template in templates %}
  571. {% set menu -%}
  572. {%- if block('menu', template) is defined -%}
  573. {% with { collector: profile.getcollector(name), profiler_markup_version: profiler_markup_version } %}
  574. {{- block('menu', template) -}}
  575. {% endwith %}
  576. {%- endif -%}
  577. {%- endset %}
  578. {% if menu is not empty %}
  579. <li class=\"{{ name }} {{ name == panel ? 'selected' }}\">
  580. <a href=\"{{ path('_profiler', { token: token, panel: name }) }}\">{{ menu|raw }}</a>
  581. </li>
  582. {% endif %}
  583. {% endfor %}
  584. </ul>
  585. {% endif %}
  586. {{ include('@WebProfiler/Profiler/settings.html.twig') }}
  587. </div>
  588. <div id=\"collector-wrapper\">
  589. <div id=\"collector-content\">
  590. {{ include('@WebProfiler/Profiler/base_js.html.twig') }}
  591. {% block panel '' %}
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. <script>
  597. (function () {
  598. Sfjs.addEventListener(document.getElementById('sidebarShortcutsMenu'), 'click', function (event) {
  599. event.preventDefault();
  600. Sfjs.toggleClass(document.getElementById('sidebar'), 'expanded');
  601. })
  602. }());
  603. </script>
  604. {% endblock %}
  605. ", "@WebProfiler/Profiler/layout.html.twig", "/Volumes/madi/opt/madi/www/geopos_proj/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/layout.html.twig");
  606. }
  607. }