env->getGlobals(), $context);
// line 1
echo "
";
// line 2
if (($this->getContext($context, 'count') > 0)) {
// line 3
echo "
";
} else {
// line 14
echo "
Stack Trace
";
}
// line 16
echo "
env, $this->getContext($context, 'position'), "html");
echo "\">
env, $this->getContext($context, 'position'), "html");
echo "\" style=\"display: ";
echo (((0 == $this->getContext($context, 'count'))) ? ("block") : ("none"));
echo "\">
";
// line 19
$context['_parent'] = (array) $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute($this->getContext($context, 'exception'), "trace", array(), "any", false));
foreach ($context['_seq'] as $context['i'] => $context['trace']) {
// line 20
echo " -
";
// line 21
$this->env->loadTemplate("TwigBundle:Exception:trace.html.twig")->display(array("prefix" => $this->getContext($context, 'position'), "i" => $this->getContext($context, 'i'), "trace" => $this->getContext($context, 'trace')));
// line 22
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['i'], $context['trace'], $context['_parent'], $context['loop']);
$context = array_merge($_parent, array_intersect_key($context, $_parent));
// line 24
echo "
";
}
public function getTemplateName()
{
return "TwigBundle:Exception:traces.html.twig";
}
public function isTraitable()
{
return false;
}
}