source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; // line 3 echo ($context["form"] ?? null); echo " "; // line 4 if (($context["show_submit"] ?? null)) { // line 5 echo " "; } // line 7 echo "
"; } public function getTemplateName() { return "login/twofactor.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 56 => 7, 50 => 5, 48 => 4, 44 => 3, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "login/twofactor.twig", "/usr/local/www/phpMyAdmin/templates/login/twofactor.twig"); } }