env->getGlobals(), $context);
// line 1
if ($this->getContext($context, 'link')) {
// line 2
echo " ";
ob_start();
// line 3
echo " env, $this->env->getExtension('routing')->getPath("_profiler", array("token" => $this->getContext($context, 'token'), "panel" => $this->getContext($context, 'name'))), "html");
echo "\">";
echo twig_escape_filter($this->env, $this->getContext($context, 'icon'), "html");
echo "
";
$context['icon'] = new Twig_Markup(ob_get_clean());
}
// line 6
echo "
";
// line 7
echo twig_escape_filter($this->env, ((array_key_exists("icon", $context)) ? (twig_default_filter($this->getContext($context, 'icon'), "")) : ("")), "html");
echo "
";
// line 8
echo twig_escape_filter($this->env, ((array_key_exists("text", $context)) ? (twig_default_filter($this->getContext($context, 'text'), "")) : ("")), "html");
echo "
";
}
public function getTemplateName()
{
return "WebProfilerBundle:Profiler:toolbar_item.html.twig";
}
public function isTraitable()
{
return false;
}
}