parent = array(); $this->blocks = array( 'panel' => array($this, 'block_panel'), 'body' => array($this, 'block_body'), ); } public function getParent(array $context) { $parent = "WebProfilerBundle:Profiler:base.html.twig"; if ($parent instanceof Twig_Template) { $name = $parent->getTemplateName(); $this->parent[$name] = $parent; $parent = $name; } elseif (!isset($this->parent[$parent])) { $this->parent[$parent] = $this->env->loadTemplate($parent); } return $this->parent[$parent]; } protected function doDisplay(array $context, array $blocks = array()) { $context = array_merge($this->env->getGlobals(), $context); $this->getParent($context)->display($context, array_merge($this->blocks, $blocks)); } // line 26 public function block_panel($context, array $blocks = array()) { echo ""; } // line 3 public function block_body($context, array $blocks = array()) { // line 4 echo " "; // line 5 echo $this->env->getExtension('actions')->renderAction("WebProfilerBundle:Profiler:toolbar", array("token" => $this->getContext($context, 'token'), "position" => "normal"), array()); // line 6 echo "
env, $this->getAttribute($this->getContext($context, 'profile'), "url", array(), "any", false), "html"); echo "\">"; echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'profile'), "url", array(), "any", false), "html"); echo " by "; // line 15 echo twig_escape_filter($this->env, $this->getAttribute($this->getContext($context, 'profile'), "ip", array(), "any", false), "html"); echo " at "; echo twig_escape_filter($this->env, twig_date_format_filter($this->getAttribute($this->getContext($context, 'profile'), "time", array(), "any", false), "r"), "html"); echo "