source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; // line 2 if ((($context["check_timeout"] ?? null) == true)) { // line 3 yield " "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "login/footer.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 43 => 3, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "login/footer.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/login/footer.twig"); } }