env->getGlobals(), $context); // line 1 if ($this->getAttribute($this->getContext($context, 'trace'), "function", array(), "any", false)) { // line 2 echo " at env, $this->getAttribute($this->getContext($context, 'trace'), "class", array(), "any", false), "html"); echo "\">"; echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'trace'), "short_class", array(), "any", false), "html"); echo " "; // line 5 echo twig_escape_filter($this->env, ($this->getAttribute($this->getContext($context, 'trace'), "type", array(), "any", false) . $this->getAttribute($this->getContext($context, 'trace'), "function", array(), "any", false)), "html"); echo " ("; // line 7 echo $this->env->getExtension('code')->formatArgs($this->getAttribute($this->getContext($context, 'trace'), "args", array(), "any", false)); echo ")
"; } // line 10 echo " "; // line 11 if (($this->getAttribute(((array_key_exists("trace", $context)) ? (twig_default_filter($this->getContext($context, 'trace'))) : ("")), "file", array(), "any", true) && $this->getAttribute(((array_key_exists("trace", $context)) ? (twig_default_filter($this->getContext($context, 'trace'))) : ("")), "line", array(), "any", true))) { // line 12 echo " in "; echo $this->env->getExtension('code')->formatFile($this->getAttribute($this->getContext($context, 'trace'), "file", array(), "any", false), $this->getAttribute($this->getContext($context, 'trace'), "line", array(), "any", false)); echo "  "; // line 13 ob_start(); // line 14 echo " env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "'); switchIcons('icon_"; echo twig_escape_filter($this->env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "_open', 'icon_"; echo twig_escape_filter($this->env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "_close'); return false;\"> env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "_close\" alt=\"-\" src=\""; echo twig_escape_filter($this->env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_less.gif"), "html"); echo "\" style=\"visibility: "; echo (((0 == $this->getContext($context, 'i'))) ? ("display") : ("hidden")); echo "\" /> env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "_open\" alt=\"+\" src=\""; echo twig_escape_filter($this->env, $this->env->getExtension('assets')->getAssetUrl("bundles/framework/images/blue_picto_more.gif"), "html"); echo "\" style=\"visibility: "; echo (((0 == $this->getContext($context, 'i'))) ? ("hidden") : ("display")); echo "; margin-left: -18px\" /> "; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 19 echo "
env, (($this->getContext($context, 'prefix') . "_") . $this->getContext($context, 'i')), "html"); echo "\" style=\"display: "; echo (((0 == $this->getContext($context, 'i'))) ? ("block") : ("none")); echo "\" class=\"trace\"> "; // line 20 echo $this->env->getExtension('code')->fileExcerpt($this->getAttribute($this->getContext($context, 'trace'), "file", array(), "any", false), $this->getAttribute($this->getContext($context, 'trace'), "line", array(), "any", false)); echo "
"; } } public function getTemplateName() { return "TwigBundle:Exception:trace.html.twig"; } public function isTraitable() { return false; } }