protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_5a61f2c67940fc5e918ffc3afe44afcc8baaebcfab140f694d73c6a334be033e = $this->env->getExtension("native_profiler");
     $__internal_5a61f2c67940fc5e918ffc3afe44afcc8baaebcfab140f694d73c6a334be033e->enter($__internal_5a61f2c67940fc5e918ffc3afe44afcc8baaebcfab140f694d73c6a334be033e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:bag.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "keys", array())));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_5a61f2c67940fc5e918ffc3afe44afcc8baaebcfab140f694d73c6a334be033e->leave($__internal_5a61f2c67940fc5e918ffc3afe44afcc8baaebcfab140f694d73c6a334be033e_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_d9c4a74d996a7844ff543e95958cad98f3fdde40163727ff20a0ad792cbe4c1e = $this->env->getExtension("native_profiler");
     $__internal_d9c4a74d996a7844ff543e95958cad98f3fdde40163727ff20a0ad792cbe4c1e->enter($__internal_d9c4a74d996a7844ff543e95958cad98f3fdde40163727ff20a0ad792cbe4c1e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/table.html.twig"));
     // line 1
     echo "<table class=\"";
     echo twig_escape_filter($this->env, array_key_exists("class", $context) ? _twig_default_filter(isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "") : "", "html", null, true);
     echo "\">\n    <thead>\n        <tr>\n            <th scope=\"col\" class=\"key\">";
     // line 4
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 0, array(), "array") : "Key", "html", null, true);
     echo "</th>\n            <th scope=\"col\">";
     // line 5
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 1, array(), "array") : "Value", "html", null, true);
     echo "</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th scope=\"row\">";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"), $context["key"], array(), "array")), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_d9c4a74d996a7844ff543e95958cad98f3fdde40163727ff20a0ad792cbe4c1e->leave($__internal_d9c4a74d996a7844ff543e95958cad98f3fdde40163727ff20a0ad792cbe4c1e_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_b71ec851d725e3bfd4c170957ebd7a59b76cca17d3f2f99b4f29a8d8a232482b = $this->env->getExtension("native_profiler");
     $__internal_b71ec851d725e3bfd4c170957ebd7a59b76cca17d3f2f99b4f29a8d8a232482b->enter($__internal_b71ec851d725e3bfd4c170957ebd7a59b76cca17d3f2f99b4f29a8d8a232482b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/table.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"), $context["key"], array(), "array")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_b71ec851d725e3bfd4c170957ebd7a59b76cca17d3f2f99b4f29a8d8a232482b->leave($__internal_b71ec851d725e3bfd4c170957ebd7a59b76cca17d3f2f99b4f29a8d8a232482b_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, isset($context["key"]) ? $context["key"] : $this->getContext($context, "key"), "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"), isset($context["key"]) ? $context["key"] : $this->getContext($context, "key"), array(), "array")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_e309dcd034a392d062eae95fe898dfe9c68bd01f83a5aa6e5acc4f1c0899b2c9 = $this->env->getExtension("native_profiler");
     $__internal_e309dcd034a392d062eae95fe898dfe9c68bd01f83a5aa6e5acc4f1c0899b2c9->enter($__internal_e309dcd034a392d062eae95fe898dfe9c68bd01f83a5aa6e5acc4f1c0899b2c9_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/bag.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "keys", array())));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_e309dcd034a392d062eae95fe898dfe9c68bd01f83a5aa6e5acc4f1c0899b2c9->leave($__internal_e309dcd034a392d062eae95fe898dfe9c68bd01f83a5aa6e5acc4f1c0899b2c9_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_6ac8a9b7a99b74a14d7bc5579b2d44b1082eefcb3fe2f81a7c10d9fa311073c7 = $this->env->getExtension("native_profiler");
     $__internal_6ac8a9b7a99b74a14d7bc5579b2d44b1082eefcb3fe2f81a7c10d9fa311073c7->enter($__internal_6ac8a9b7a99b74a14d7bc5579b2d44b1082eefcb3fe2f81a7c10d9fa311073c7_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:table.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute($this->getContext($context, "data"), $context["key"], array(), "array")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_6ac8a9b7a99b74a14d7bc5579b2d44b1082eefcb3fe2f81a7c10d9fa311073c7->leave($__internal_6ac8a9b7a99b74a14d7bc5579b2d44b1082eefcb3fe2f81a7c10d9fa311073c7_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\">Key</th>\n            <th scope=\"col\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "keys", array())));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                ";
         // line 13
         echo "                <td>";
         echo twig_escape_filter($this->env, twig_jsonencode_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method"), 64 | 256), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 16
     echo "    </tbody>\n</table>\n";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_07c6db0c7bf0c2b0f39dd8a2adb8734aa673fb222a82e498d6dc9e7a199b1b8f = $this->env->getExtension("native_profiler");
     $__internal_07c6db0c7bf0c2b0f39dd8a2adb8734aa673fb222a82e498d6dc9e7a199b1b8f->enter($__internal_07c6db0c7bf0c2b0f39dd8a2adb8734aa673fb222a82e498d6dc9e7a199b1b8f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:table.html.twig"));
     // line 1
     echo "<table class=\"";
     echo twig_escape_filter($this->env, array_key_exists("class", $context) ? _twig_default_filter(isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "") : "", "html", null, true);
     echo "\">\n    <thead>\n        <tr>\n            <th scope=\"col\" class=\"key\">";
     // line 4
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 0, array(), "array") : "Key", "html", null, true);
     echo "</th>\n            <th scope=\"col\">";
     // line 5
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 1, array(), "array") : "Value", "html", null, true);
     echo "</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th scope=\"row\">";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"), $context["key"], array(), "array")), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_07c6db0c7bf0c2b0f39dd8a2adb8734aa673fb222a82e498d6dc9e7a199b1b8f->leave($__internal_07c6db0c7bf0c2b0f39dd8a2adb8734aa673fb222a82e498d6dc9e7a199b1b8f_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_8acbab6ee0cb8778d1f7d4eb9d8db9229a1c6c59fc4ff4836f567b1d3010df1f = $this->env->getExtension("native_profiler");
     $__internal_8acbab6ee0cb8778d1f7d4eb9d8db9229a1c6c59fc4ff4836f567b1d3010df1f->enter($__internal_8acbab6ee0cb8778d1f7d4eb9d8db9229a1c6c59fc4ff4836f567b1d3010df1f_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:bag.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute($this->getContext($context, "bag"), "keys", array())));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute($this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_8acbab6ee0cb8778d1f7d4eb9d8db9229a1c6c59fc4ff4836f567b1d3010df1f->leave($__internal_8acbab6ee0cb8778d1f7d4eb9d8db9229a1c6c59fc4ff4836f567b1d3010df1f_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_e29c01e815d12a82da49208d02f984a876d0190e068e1cf00d5b465f12062715 = $this->env->getExtension("native_profiler");
     $__internal_e29c01e815d12a82da49208d02f984a876d0190e068e1cf00d5b465f12062715->enter($__internal_e29c01e815d12a82da49208d02f984a876d0190e068e1cf00d5b465f12062715_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:table.html.twig"));
     // line 1
     echo "<table ";
     if (array_key_exists("class", $context)) {
         echo "class='";
         echo twig_escape_filter($this->env, isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "html", null, true);
         echo "'";
     }
     echo " >\n    <thead>\n        <tr>\n            <th scope=\"col\" style=\"width: 25%\">Key</th>\n            <th scope=\"col\" style=\"width: 75%\">Value</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"))));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td><pre>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["data"]) ? $context["data"] : $this->getContext($context, "data"), $context["key"], array(), "array")), "html", null, true);
         echo "</pre></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 15
     echo "    </tbody>\n</table>\n";
     $__internal_e29c01e815d12a82da49208d02f984a876d0190e068e1cf00d5b465f12062715->leave($__internal_e29c01e815d12a82da49208d02f984a876d0190e068e1cf00d5b465f12062715_prof);
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Priority</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 32
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, "collector"), "calledlisteners"));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 33
         echo "            <tr>\n                <td><code>";
         // line 34
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, "listener"), "event"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 35
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, "listener"), "priority"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 36
         echo $context["__internal_ab1f4715ed09b657b05a4dce5beb775a49c5e30b"]->getdisplay_listener($this->getContext($context, "listener"));
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 39
     echo "    </table>\n\n    ";
     // line 41
     if ($this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners")) {
         // line 42
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Priority</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 50
         $context["listeners"] = $this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners");
         // line 51
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 52
             echo "                <tr>\n                    <td><code>";
             // line 53
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"), "event"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 54
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"), "priority"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 55
             echo $context["__internal_ab1f4715ed09b657b05a4dce5beb775a49c5e30b"]->getdisplay_listener($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 58
         echo "        </table>\n    ";
     }
 }
 public function block_panel($context, array $blocks = array())
 {
     // line 13
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Priority</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 21
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, "collector"), "calledlisteners"));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 22
         echo "            <tr>\n                <td><code>";
         // line 23
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, "listener"), "event"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 24
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, "listener"), "priority"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 25
         echo $context["__internal_03175e35fdf2fbd0a5ea82f398aaec4c_1"]->getdisplay_listener($this->getContext($context, "listener"));
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_merge($_parent, array_intersect_key($context, $_parent));
     // line 28
     echo "    </table>\n\n    ";
     // line 30
     if ($this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners")) {
         // line 31
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Priority</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 39
         $context["listeners"] = $this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners");
         // line 40
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 41
             echo "                <tr>\n                    <td><code>";
             // line 42
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"), "event"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 43
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"), "priority"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 44
             echo $context["__internal_03175e35fdf2fbd0a5ea82f398aaec4c_1"]->getdisplay_listener($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_merge($_parent, array_intersect_key($context, $_parent));
         // line 47
         echo "        </table>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : null, "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_a4ac6a6fae1596d33f13651e2f6077739646811781c15832459cbf78de933e81"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : null, "notcalledlisteners", array())) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : null, "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : null)));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : null, $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_a4ac6a6fae1596d33f13651e2f6077739646811781c15832459cbf78de933e81"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : null, $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_ca7298c0f97992f8db99dba66122337d9148c8b39cb97f9e760e6ea1a56c3032"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_ca7298c0f97992f8db99dba66122337d9148c8b39cb97f9e760e6ea1a56c3032"]->getdisplay_listener($this->getAttribute($this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners"));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), "event"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_cb6bfed9c579242d840ceafbf7b86211445ef36a61f85cff2dfd206928f47c4f"]->getdisplay_listener(isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"));
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners")) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners");
         // line 48
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), array(), "array"), "event"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_cb6bfed9c579242d840ceafbf7b86211445ef36a61f85cff2dfd206928f47c4f"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_40fcb196d99f204466043ae7fc411dd6fcaa2a83f623a3fcaa76d407b4c49866"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    ";
     // line 39
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 40
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_40fcb196d99f204466043ae7fc411dd6fcaa2a83f623a3fcaa76d407b4c49866"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_c9413ce0f815b44d1893820f4a21ed7e4d3ad8e0e29234ac2e11557b60008951"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    ";
     // line 39
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 40
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_c9413ce0f815b44d1893820f4a21ed7e4d3ad8e0e29234ac2e11557b60008951"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     }
 }
 public function block_panel($context, array $blocks = array())
 {
     // line 13
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 20
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, 'collector'), "calledlisteners", array(), "any", false));
     foreach ($context['_seq'] as $context['_key'] => $context['listener']) {
         // line 21
         echo "            <tr>\n                <td><code>";
         // line 22
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'listener'), "event", array(), "any", false), "html");
         echo "</code></td>\n                <td><code>";
         // line 23
         echo twig_escape_filter($this->env, $this->getAttribute($context['__internal_c619c1baf77aca81b7fb6b42824e074e_1'], "display_listener", array($this->getContext($context, 'listener')), "method", false), "html");
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_merge($_parent, array_intersect_key($context, $_parent));
     // line 26
     echo "    </table>\n\n    ";
     // line 28
     if ($this->getAttribute($this->getContext($context, 'collector'), "notcalledlisteners", array(), "any", false)) {
         // line 29
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 36
         $context['listeners'] = $this->getAttribute($this->getContext($context, 'collector'), "notcalledlisteners", array(), "any", false);
         // line 37
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, 'listeners'))));
         foreach ($context['_seq'] as $context['_key'] => $context['listener']) {
             // line 38
             echo "                <tr>\n                    <td><code>";
             // line 39
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'listeners'), $this->getContext($context, 'listener'), array(), "array", false), "event", array(), "any", false), "html");
             echo "</code></td>\n                    <td><code>";
             // line 40
             echo twig_escape_filter($this->env, $this->getAttribute($context['__internal_c619c1baf77aca81b7fb6b42824e074e_1'], "display_listener", array($this->getAttribute($this->getContext($context, 'listeners'), $this->getContext($context, 'listener'), array(), "array", false)), "method", false), "html");
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_merge($_parent, array_intersect_key($context, $_parent));
         // line 43
         echo "        </table>\n    ";
     }
 }
 public function block_panelContent($context, array $blocks = array())
 {
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners"));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), "event"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_7c650ea83e7d0a0fe4cd662434c1b85f99dcd91e"]->getdisplay_listener(isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"));
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    ";
     // line 39
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners")) {
         // line 40
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners");
         // line 48
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), array(), "array"), "event"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_7c650ea83e7d0a0fe4cd662434c1b85f99dcd91e"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), isset($context["listener"]) ? $context["listener"] : $this->getContext($context, "listener"), array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     }
 }
 public function block_panel($context, array $blocks = array())
 {
     // line 13
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 20
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, "collector"), "calledlisteners"));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 21
         echo "            <tr>\n                <td><code>";
         // line 22
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, "listener"), "event"), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 23
         echo twig_escape_filter($this->env, $this->getAttribute($context["__internal_1349490fab5212aca26376a165b9b1ef_1"], "display_listener", array($this->getContext($context, "listener")), "method"), "html", null, true);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_merge($_parent, array_intersect_key($context, $_parent));
     // line 26
     echo "    </table>\n\n    ";
     // line 28
     if ($this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners")) {
         // line 29
         echo "        <h2>Not Called Listeners</h2>\n\n        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 36
         $context["listeners"] = $this->getAttribute($this->getContext($context, "collector"), "notcalledlisteners");
         // line 37
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 38
             echo "                <tr>\n                    <td><code>";
             // line 39
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array"), "event"), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 40
             echo twig_escape_filter($this->env, $this->getAttribute($context["__internal_1349490fab5212aca26376a165b9b1ef_1"], "display_listener", array($this->getAttribute($this->getContext($context, "listeners"), $this->getContext($context, "listener"), array(), "array")), "method"), "html", null, true);
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_merge($_parent, array_intersect_key($context, $_parent));
         // line 43
         echo "        </table>\n    ";
     }
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_1a02d7ce352d8a786501a8f2a4575e3eac0fa040371cf6d6ce049c985b4e58ee = $this->env->getExtension("native_profiler");
     $__internal_1a02d7ce352d8a786501a8f2a4575e3eac0fa040371cf6d6ce049c985b4e58ee->enter($__internal_1a02d7ce352d8a786501a8f2a4575e3eac0fa040371cf6d6ce049c985b4e58ee_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/bag.html.twig"));
     // line 1
     echo "<table class=\"";
     echo twig_escape_filter($this->env, array_key_exists("class", $context) ? _twig_default_filter(isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "") : "", "html", null, true);
     echo "\">\n    <thead>\n        <tr>\n            <th scope=\"col\" class=\"key\">";
     // line 4
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 0, array(), "array") : "Key", "html", null, true);
     echo "</th>\n            <th scope=\"col\">";
     // line 5
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 1, array(), "array") : "Value", "html", null, true);
     echo "</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "keys", array())));
     $context['_iterated'] = false;
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method")), "html", null, true);
         echo "</td>\n            </tr>\n        ";
         $context['_iterated'] = true;
     }
     if (!$context['_iterated']) {
         // line 15
         echo "            <tr>\n                <td colspan=\"2\">(no data)</td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 19
     echo "    </tbody>\n</table>\n";
     $__internal_1a02d7ce352d8a786501a8f2a4575e3eac0fa040371cf6d6ce049c985b4e58ee->leave($__internal_1a02d7ce352d8a786501a8f2a4575e3eac0fa040371cf6d6ce049c985b4e58ee_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $__internal_1d135993508d9a9b792ca3cff826a9edd58f89777b8233fdb04f598e3765fe91 = $this->env->getExtension("native_profiler");
     $__internal_1d135993508d9a9b792ca3cff826a9edd58f89777b8233fdb04f598e3765fe91->enter($__internal_1d135993508d9a9b792ca3cff826a9edd58f89777b8233fdb04f598e3765fe91_prof = new Twig_Profiler_Profile($this->getTemplateName(), "template", "WebProfilerBundle:Profiler:bag.html.twig"));
     // line 1
     echo "<table class=\"";
     echo twig_escape_filter($this->env, array_key_exists("class", $context) ? _twig_default_filter(isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"), "") : "", "html", null, true);
     echo "\">\n    <thead>\n        <tr>\n            <th scope=\"col\" class=\"key\">";
     // line 4
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 0, array(), "array") : "Key", "html", null, true);
     echo "</th>\n            <th scope=\"col\">";
     // line 5
     echo twig_escape_filter($this->env, array_key_exists("labels", $context) ? $this->getAttribute(isset($context["labels"]) ? $context["labels"] : $this->getContext($context, "labels"), 1, array(), "array") : "Value", "html", null, true);
     echo "</th>\n        </tr>\n    </thead>\n    <tbody>\n        ";
     // line 9
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "keys", array())));
     $context['_iterated'] = false;
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "            <tr>\n                <th>";
         // line 11
         echo twig_escape_filter($this->env, $context["key"], "html", null, true);
         echo "</th>\n                <td>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('profiler')->dumpValue($this->getAttribute(isset($context["bag"]) ? $context["bag"] : $this->getContext($context, "bag"), "get", array(0 => $context["key"]), "method")), "html", null, true);
         echo "</td>\n            </tr>\n        ";
         $context['_iterated'] = true;
     }
     if (!$context['_iterated']) {
         // line 15
         echo "            <tr>\n                <td colspan=\"2\">(no data)</td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 19
     echo "    </tbody>\n</table>\n";
     $__internal_1d135993508d9a9b792ca3cff826a9edd58f89777b8233fdb04f598e3765fe91->leave($__internal_1d135993508d9a9b792ca3cff826a9edd58f89777b8233fdb04f598e3765fe91_prof);
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 1
     echo "<table>\n<thead>\n    <tr>\n        <th scope=\"col\">Key</th>\n        <th scope=\"col\">Value</th>\n    </tr>\n</thead>\n<tbody>\n    ";
     // line 9
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute($this->getContext($context, "bag"), "keys")));
     foreach ($context['_seq'] as $context["_key"] => $context["key"]) {
         // line 10
         echo "        <tr>\n            <th>";
         // line 11
         echo twig_escape_filter($this->env, $this->getContext($context, "key"), "html", null, true);
         echo "</th>\n            <td>";
         // line 12
         echo twig_escape_filter($this->env, $this->env->getExtension('yaml')->dump($this->getAttribute($this->getContext($context, "bag"), "get", array($this->getContext($context, "key")), "method")), "html", null, true);
         echo "</td>\n        </tr>\n    ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_merge($_parent, array_intersect_key($context, $_parent));
     // line 15
     echo "</tbody>\n</table>\n";
 }
 protected function doDisplay(array $context, array $blocks = array())
 {
     $context = array_merge($this->env->getGlobals(), $context);
     // line 1
     echo "<table>\n    <tr>\n        <th>Key</th>\n        <th>Value</th>\n    </tr>\n    ";
     // line 6
     $context['_parent'] = (array) $context;
     $context['_seq'] = twig_ensure_traversable(twig_sort_filter($this->getAttribute($this->getContext($context, 'bag'), "keys", array(), "any", false)));
     foreach ($context['_seq'] as $context['_key'] => $context['key']) {
         // line 7
         echo "        <tr>\n            <th>";
         // line 8
         echo twig_escape_filter($this->env, $this->getContext($context, 'key'), "html");
         echo "</th>\n            <td>";
         // line 9
         echo twig_escape_filter($this->env, $this->env->getExtension('yaml')->dump($this->getAttribute($this->getContext($context, 'bag'), "get", array($this->getContext($context, 'key')), "method", false)), "html");
         echo "</td>\n        </tr>\n    ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
     $context = array_merge($_parent, array_intersect_key($context, $_parent));
     // line 12
     echo "</table>\n";
 }
 public function block_panel($context, array $blocks = array())
 {
     $__internal_b3b9cff0ad2431c5a9fc647df06f8d2c67b2a8c9a1c23159f8be9e130401fd3b = $this->env->getExtension("native_profiler");
     $__internal_b3b9cff0ad2431c5a9fc647df06f8d2c67b2a8c9a1c23159f8be9e130401fd3b->enter($__internal_b3b9cff0ad2431c5a9fc647df06f8d2c67b2a8c9a1c23159f8be9e130401fd3b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panel"));
     // line 124
     echo "    <h2>Project Configuration</h2>\n    <table>\n        <tr>\n            <th>Key</th>\n            <th>Value</th>\n        </tr>\n        <tr>\n            ";
     // line 131
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationname", array())) {
         // line 132
         echo "                <th>Application</th>\n                <td>";
         // line 133
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationname", array()), "html", null, true);
         echo " ";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationversion", array()), "html", null, true);
         echo " (on Symfony ";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "symfonyversion", array()), "html", null, true);
         echo ")</td>\n            ";
     } else {
         // line 135
         echo "                <th>Symfony version</th>\n                <td>";
         // line 136
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "symfonyversion", array()), "html", null, true);
         echo "</td>\n            ";
     }
     // line 138
     echo "        </tr>\n        ";
     // line 139
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "appname", array())) {
         // line 140
         echo "            <tr>\n                <th>Application name</th>\n                <td>";
         // line 142
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "appname", array()), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     // line 145
     echo "        ";
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "env", array())) {
         // line 146
         echo "            <tr>\n                <th>Environment</th>\n                <td>";
         // line 148
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "env", array()), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     // line 151
     echo "        ";
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "debug", array())) {
         // line 152
         echo "            <tr>\n                <th>Debug</th>\n                <td>";
         // line 154
         echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "debug", array()) ? "enabled" : "disabled";
         echo "</td>\n            </tr>\n        ";
     }
     // line 157
     echo "    </table>\n\n    <h2>PHP configuration</h2>\n    <table>\n        <tr>\n            <th>Key</th>\n            <th>Value</th>\n        </tr>\n        <tr>\n            <th>PHP version</th>\n            <td>";
     // line 167
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "phpversion", array()), "html", null, true);
     echo "</td>\n        </tr>\n        <tr>\n            <th>Xdebug</th>\n            <td>";
     // line 171
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasxdebug", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>PHP acceleration</th>\n            <td>";
     // line 175
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasaccelerator", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>XCache</th>\n            <td>";
     // line 179
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasxcache", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>APC</th>\n            <td>";
     // line 183
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasapc", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>Zend OPcache</th>\n            <td>";
     // line 187
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "haszendopcache", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>EAccelerator</th>\n            <td>";
     // line 191
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "haseaccelerator", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>Full PHP configuration</th>\n            <td><a href=\"";
     // line 195
     echo $this->env->getExtension('routing')->getPath("_profiler_phpinfo");
     echo "\"><code>phpinfo</code></a></td>\n        </tr>\n    </table>\n\n    ";
     // line 199
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "bundles", array())) {
         // line 200
         echo "        <h2>Active bundles</h2>\n        <table>\n            <tr>\n                <th>Name</th>\n                <th>Path</th>\n            </tr>\n            ";
         // line 206
         $context["bundles"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "bundles", array());
         // line 207
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["bundles"]) ? $context["bundles"] : $this->getContext($context, "bundles"))));
         foreach ($context['_seq'] as $context["_key"] => $context["name"]) {
             // line 208
             echo "            <tr>\n                <th>";
             // line 209
             echo twig_escape_filter($this->env, $context["name"], "html", null, true);
             echo "</th>\n                <td>";
             // line 210
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["bundles"]) ? $context["bundles"] : $this->getContext($context, "bundles"), $context["name"], array(), "array"), "html", null, true);
             echo "</td>\n            </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 213
         echo "        </table>\n    ";
     }
     $__internal_b3b9cff0ad2431c5a9fc647df06f8d2c67b2a8c9a1c23159f8be9e130401fd3b->leave($__internal_b3b9cff0ad2431c5a9fc647df06f8d2c67b2a8c9a1c23159f8be9e130401fd3b_prof);
 }
 public function block_panelContent($context, array $blocks = array())
 {
     $__internal_11419aa406440d14f873188b1f3ab85256b2f4c7a7b5deba1ba6088c81ff538c = $this->env->getExtension("native_profiler");
     $__internal_11419aa406440d14f873188b1f3ab85256b2f4c7a7b5deba1ba6088c81ff538c->enter($__internal_11419aa406440d14f873188b1f3ab85256b2f4c7a7b5deba1ba6088c81ff538c_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panelContent"));
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_4a3f008dcf74a31b4d5c3115b3c729aef176cfa1948d6d3024ed926bfca18ba7"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_4a3f008dcf74a31b4d5c3115b3c729aef176cfa1948d6d3024ed926bfca18ba7"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
     $__internal_11419aa406440d14f873188b1f3ab85256b2f4c7a7b5deba1ba6088c81ff538c->leave($__internal_11419aa406440d14f873188b1f3ab85256b2f4c7a7b5deba1ba6088c81ff538c_prof);
 }
 public function block_panel($context, array $blocks = array())
 {
     // line 113
     echo "    <h2>Project Configuration</h2>\n    <table>\n        <tr>\n            <th>Key</th>\n            <th>Value</th>\n        </tr>\n        <tr>\n            ";
     // line 120
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationname", array())) {
         // line 121
         echo "                <th>Application</th>\n                <td>";
         // line 122
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationname", array()), "html", null, true);
         echo " ";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "applicationversion", array()), "html", null, true);
         echo " (on Symfony ";
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "symfonyversion", array()), "html", null, true);
         echo ")</td>\n            ";
     } else {
         // line 124
         echo "                <th>Symfony version</th>\n                <td>";
         // line 125
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "symfonyversion", array()), "html", null, true);
         echo "</td>\n            ";
     }
     // line 127
     echo "        </tr>\n        ";
     // line 128
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "appname", array())) {
         // line 129
         echo "            <tr>\n                <th>Application name</th>\n                <td>";
         // line 131
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "appname", array()), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     // line 134
     echo "        ";
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "env", array())) {
         // line 135
         echo "            <tr>\n                <th>Environment</th>\n                <td>";
         // line 137
         echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "env", array()), "html", null, true);
         echo "</td>\n            </tr>\n        ";
     }
     // line 140
     echo "        ";
     if ("n/a" != $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "debug", array())) {
         // line 141
         echo "            <tr>\n                <th>Debug</th>\n                <td>";
         // line 143
         echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "debug", array()) ? "enabled" : "disabled";
         echo "</td>\n            </tr>\n        ";
     }
     // line 146
     echo "    </table>\n\n    <h2>PHP configuration</h2>\n    <table>\n        <tr>\n            <th>Key</th>\n            <th>Value</th>\n        </tr>\n        <tr>\n            <th>PHP version</th>\n            <td>";
     // line 156
     echo twig_escape_filter($this->env, $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "phpversion", array()), "html", null, true);
     echo "</td>\n        </tr>\n        <tr>\n            <th>Xdebug</th>\n            <td>";
     // line 160
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasxdebug", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>PHP acceleration</th>\n            <td>";
     // line 164
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasaccelerator", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>XCache</th>\n            <td>";
     // line 168
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasxcache", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>APC</th>\n            <td>";
     // line 172
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "hasapc", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>Zend OPcache</th>\n            <td>";
     // line 176
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "haszendopcache", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>EAccelerator</th>\n            <td>";
     // line 180
     echo $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "haseaccelerator", array()) ? "enabled" : "disabled";
     echo "</td>\n        </tr>\n        <tr>\n            <th>Full PHP configuration</th>\n            <td><a href=\"";
     // line 184
     echo $this->env->getExtension('routing')->getPath("_profiler_phpinfo");
     echo "\"><code>phpinfo</code></a></td>\n        </tr>\n    </table>\n\n    ";
     // line 188
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "bundles", array())) {
         // line 189
         echo "        <h2>Active bundles</h2>\n        <table>\n            <tr>\n                <th>Name</th>\n                <th>Path</th>\n            </tr>\n            ";
         // line 195
         $context["bundles"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "bundles", array());
         // line 196
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["bundles"]) ? $context["bundles"] : $this->getContext($context, "bundles"))));
         foreach ($context['_seq'] as $context["_key"] => $context["name"]) {
             // line 197
             echo "            <tr>\n                <th>";
             // line 198
             echo twig_escape_filter($this->env, $context["name"], "html", null, true);
             echo "</th>\n                <td>";
             // line 199
             echo twig_escape_filter($this->env, $this->getAttribute(isset($context["bundles"]) ? $context["bundles"] : $this->getContext($context, "bundles"), $context["name"], array(), "array"), "html", null, true);
             echo "</td>\n            </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['name'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 202
         echo "        </table>\n    ";
     }
 }
 public function block_panel($context, array $blocks = array())
 {
     // line 34
     echo "    <h2>Request GET Parameters</h2>\n\n    ";
     // line 36
     if (twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'collector'), "requestquery", array(), "any", false), "all", array(), "any", false))) {
         // line 37
         echo "        ";
         $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestquery", array(), "any", false)));
         // line 38
         echo "    ";
     } else {
         // line 39
         echo "        <p>\n            <em>No GET parameters</em>\n        </p>\n    ";
     }
     // line 43
     echo "\n    <h2>Request POST Parameters</h2>\n\n    ";
     // line 46
     if (twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'collector'), "requestrequest", array(), "any", false), "all", array(), "any", false))) {
         // line 47
         echo "        ";
         $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestrequest", array(), "any", false)));
         // line 48
         echo "    ";
     } else {
         // line 49
         echo "        <p>\n            <em>No POST parameters</em>\n        </p>\n    ";
     }
     // line 53
     echo "\n    <h2>Request Attributes</h2>\n\n    ";
     // line 56
     if (twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'collector'), "requestattributes", array(), "any", false), "all", array(), "any", false))) {
         // line 57
         echo "        ";
         $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestattributes", array(), "any", false)));
         // line 58
         echo "    ";
     } else {
         // line 59
         echo "        <p>\n            <em>No attributes</em>\n        </p>\n    ";
     }
     // line 63
     echo "\n    <h2>Request Cookies</h2>\n\n    ";
     // line 66
     if (twig_length_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'collector'), "requestcookies", array(), "any", false), "all", array(), "any", false))) {
         // line 67
         echo "        ";
         $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestcookies", array(), "any", false)));
         // line 68
         echo "    ";
     } else {
         // line 69
         echo "        <p>\n            <em>No cookies</em>\n        </p>\n    ";
     }
     // line 73
     echo "\n    <h2>Request Headers</h2>\n\n    ";
     // line 76
     $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestheaders", array(), "any", false)));
     // line 77
     echo "\n    <h2>Request Content</h2>\n\n    <p>\n        ";
     // line 81
     if ($this->getAttribute($this->getContext($context, 'collector'), "content", array(), "any", false) == false) {
         // line 82
         echo "            <em>Request content not available (it was retrieved as a resource).</em>\n        ";
     } elseif ($this->getAttribute($this->getContext($context, 'collector'), "content", array(), "any", false)) {
         // line 84
         echo "            <pre>";
         echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'collector'), "content", array(), "any", false), "html");
         echo "</pre>\n        ";
     } else {
         // line 86
         echo "            <em>No content</em>\n        ";
     }
     // line 88
     echo "    </p>\n\n    <h2>Request Server Parameters</h2>\n\n    ";
     // line 92
     $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "requestserver", array(), "any", false)));
     // line 93
     echo "\n    <h2>Response Headers</h2>\n\n    ";
     // line 96
     $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getContext($context, 'collector'), "responseheaders", array(), "any", false)));
     // line 97
     echo "\n    <h2>Session Attributes</h2>\n\n    ";
     // line 100
     if (twig_length_filter($this->env, $this->getAttribute($this->getContext($context, 'collector'), "sessionattributes", array(), "any", false))) {
         // line 101
         echo "        <table>\n            <tr>\n                <th>Key</th>\n                <th>Value</th>\n            </tr>\n            ";
         // line 106
         $context['attributes'] = $this->getAttribute($this->getContext($context, 'collector'), "sessionattributes", array(), "any", false);
         // line 107
         echo "            ";
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter($this->getContext($context, 'attributes'))));
         foreach ($context['_seq'] as $context['_key'] => $context['key']) {
             // line 108
             echo "                <tr>\n                    <th>";
             // line 109
             echo twig_escape_filter($this->env, $this->getContext($context, 'key'), "html");
             echo "</th>\n                    <td>";
             // line 110
             echo twig_escape_filter($this->env, $this->env->getExtension('yaml')->dump($this->getAttribute($this->getContext($context, 'attributes'), $this->getContext($context, 'key'), array(), "array", false)), "html");
             echo "</td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['key'], $context['_parent'], $context['loop']);
         $context = array_merge($_parent, array_intersect_key($context, $_parent));
         // line 113
         echo "        </table>\n    ";
     } else {
         // line 115
         echo "        <p>\n            <em>No session attributes</em>\n        </p>\n    ";
     }
     // line 119
     echo "\n\n    ";
     // line 121
     if ($this->getAttribute($this->getContext($context, 'profile'), "parent", array(), "any", false)) {
         // line 122
         echo "        <h2><a href=\"";
         echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("_profiler", array("token" => $this->getAttribute($this->getAttribute($this->getContext($context, 'profile'), "parent", array(), "any", false), "token", array(), "any", false))), "html");
         echo "\">Parent request: ";
         echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'profile'), "parent", array(), "any", false), "token", array(), "any", false), "html");
         echo "</a></h2>\n\n        ";
         // line 124
         $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getAttribute($this->getAttribute($this->getContext($context, 'profile'), "parent", array(), "any", false), "getcollector", array("request"), "method", false), "requestattributes", array(), "any", false)));
         // line 125
         echo "    ";
     }
     // line 126
     echo "\n    ";
     // line 127
     if (twig_length_filter($this->env, $this->getAttribute($this->getContext($context, 'profile'), "children", array(), "any", false))) {
         // line 128
         echo "        <h2>Sub requests</h2>\n\n        ";
         // line 130
         $context['_parent'] = (array) $context;
         $context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, 'profile'), "children", array(), "any", false));
         foreach ($context['_seq'] as $context['_key'] => $context['child']) {
             // line 131
             echo "            <h3><a href=\"";
             echo twig_escape_filter($this->env, $this->env->getExtension('routing')->getPath("_profiler", array("token" => $this->getAttribute($this->getContext($context, 'child'), "token", array(), "any", false))), "html");
             echo "\">";
             echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'child'), "token", array(), "any", false), "html");
             echo "</a></h3>\n            ";
             // line 132
             $this->env->loadTemplate("WebProfilerBundle:Profiler:bag.html.twig")->display(array("bag" => $this->getAttribute($this->getAttribute($this->getContext($context, 'child'), "getcollector", array("request"), "method", false), "requestattributes", array(), "any", false)));
             // line 133
             echo "        ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
         $context = array_merge($_parent, array_intersect_key($context, $_parent));
         // line 134
         echo "    ";
     }
     // line 135
     echo "\n";
 }
 public function block_panelContent($context, array $blocks = array())
 {
     $__internal_cb6b16252d2a6b09b5a8d6583ecff43afce699d84ab726d58e3c6e4bcc3fd3d7 = $this->env->getExtension("native_profiler");
     $__internal_cb6b16252d2a6b09b5a8d6583ecff43afce699d84ab726d58e3c6e4bcc3fd3d7->enter($__internal_cb6b16252d2a6b09b5a8d6583ecff43afce699d84ab726d58e3c6e4bcc3fd3d7_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panelContent"));
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_993a5f64602357003fef1ec4753342b322c6d657ec9d3816d729383b1952e2c3"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_993a5f64602357003fef1ec4753342b322c6d657ec9d3816d729383b1952e2c3"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
     $__internal_cb6b16252d2a6b09b5a8d6583ecff43afce699d84ab726d58e3c6e4bcc3fd3d7->leave($__internal_cb6b16252d2a6b09b5a8d6583ecff43afce699d84ab726d58e3c6e4bcc3fd3d7_prof);
 }
 public function block_panelContent($context, array $blocks = array())
 {
     $__internal_c7d6070121265d22e8faa52ec822d441952dffbfc04c4e522fd45a10f2e8316b = $this->env->getExtension("native_profiler");
     $__internal_c7d6070121265d22e8faa52ec822d441952dffbfc04c4e522fd45a10f2e8316b->enter($__internal_c7d6070121265d22e8faa52ec822d441952dffbfc04c4e522fd45a10f2e8316b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "panelContent"));
     // line 24
     echo "    <h2>Called Listeners</h2>\n\n    <table>\n        <tr>\n            <th>Event name</th>\n            <th>Listener</th>\n        </tr>\n        ";
     // line 31
     $context['_parent'] = $context;
     $context['_seq'] = twig_ensure_traversable($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "calledlisteners", array()));
     foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
         // line 32
         echo "            <tr>\n                <td><code>";
         // line 33
         echo twig_escape_filter($this->env, $this->getAttribute($context["listener"], "event", array()), "html", null, true);
         echo "</code></td>\n                <td><code>";
         // line 34
         echo $context["__internal_8f3e5b1cc7fddc695bee3fc67bd19102a42d70c0ba2dd0cb66ed789a90ef430e"]->getdisplay_listener($context["listener"]);
         echo "</code></td>\n            </tr>\n        ";
     }
     $_parent = $context['_parent'];
     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
     $context = array_intersect_key($context, $_parent) + $_parent;
     // line 37
     echo "    </table>\n\n    <h2>Not Called Listeners</h2>\n\n    ";
     // line 41
     if ($this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array())) {
         // line 42
         echo "        <table>\n            <tr>\n                <th>Event name</th>\n                <th>Listener</th>\n            </tr>\n            ";
         // line 47
         $context["listeners"] = $this->getAttribute(isset($context["collector"]) ? $context["collector"] : $this->getContext($context, "collector"), "notcalledlisteners", array());
         // line 48
         echo "            ";
         $context['_parent'] = $context;
         $context['_seq'] = twig_ensure_traversable(twig_sort_filter(twig_get_array_keys_filter(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"))));
         foreach ($context['_seq'] as $context["_key"] => $context["listener"]) {
             // line 49
             echo "                <tr>\n                    <td><code>";
             // line 50
             echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"), "event", array()), "html", null, true);
             echo "</code></td>\n                    <td><code>";
             // line 51
             echo $context["__internal_8f3e5b1cc7fddc695bee3fc67bd19102a42d70c0ba2dd0cb66ed789a90ef430e"]->getdisplay_listener($this->getAttribute(isset($context["listeners"]) ? $context["listeners"] : $this->getContext($context, "listeners"), $context["listener"], array(), "array"));
             echo "</code></td>\n                </tr>\n            ";
         }
         $_parent = $context['_parent'];
         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['listener'], $context['_parent'], $context['loop']);
         $context = array_intersect_key($context, $_parent) + $_parent;
         // line 54
         echo "        </table>\n    ";
     } else {
         // line 56
         echo "        <p>\n            <strong>No uncalled listeners</strong>.\n        </p>\n        <p>\n\n            All listeners were called for this request or an error occurred\n            when trying to collect uncalled listeners (in which case check the\n            logs to get more information).\n\n        </p>\n    ";
     }
     $__internal_c7d6070121265d22e8faa52ec822d441952dffbfc04c4e522fd45a10f2e8316b->leave($__internal_c7d6070121265d22e8faa52ec822d441952dffbfc04c4e522fd45a10f2e8316b_prof);
 }