env->getGlobals(), $context);
// line 1
echo "
";
// line 2
if (("normal" != $this->getContext($context, 'position'))) {
// line 3
echo "
";
}
// line 5
echo "
getContext($context, 'position'))) {
// line 8
echo " style=\"position: ";
echo twig_escape_filter($this->env, $this->getContext($context, 'position'), "html");
echo ";
background-color: #f7f7f7;
background-image: -moz-linear-gradient(-90deg, #e4e4e4, #ffffff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e4e4e4), to(#ffffff));
bottom: 0;
left:0;
margin:0;
padding: 0;
z-index: 6000000;
width: 100%;
border-top: 1px solid #bbb;
font: 11px Verdana, Arial, sans-serif;
text-align: left;
color: #2f2f2f;\"
";
}
// line 23
echo ">
";
// line 27
$context['_parent'] = (array) $context;
$context['_seq'] = twig_ensure_traversable($this->getContext($context, 'templates'));
foreach ($context['_seq'] as $context['name'] => $context['template']) {
// line 28
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'template'), "renderblock", array("toolbar", array("collector" => $this->getAttribute($this->getContext($context, 'profile'), "getcollector", array($this->getContext($context, 'name'), ), "method", false), "profiler_url" => $this->getContext($context, 'profiler_url'), "token" => $this->getAttribute($this->getContext($context, 'profile'), "token", array(), "any", false), "name" => $this->getContext($context, 'name'), "verbose" => $this->getContext($context, 'verbose')), ), "method", false), "html");
// line 35
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['name'], $context['template'], $context['_parent'], $context['loop']);
$context = array_merge($_parent, array_intersect_key($context, $_parent));
// line 37
echo "
";
// line 38
if (("normal" != $this->getContext($context, 'position'))) {
// line 39
echo "
";
}
// line 43
echo "
";
}
public function getTemplateName()
{
return "WebProfilerBundle:Profiler:toolbar.html.twig";
}
public function isTraitable()
{
return false;
}
}