source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 5 echo _gettext("Configure two-factor authentication"); // line 6 echo "
"; // line 9 echo PhpMyAdmin\Url::getHiddenInputs(); echo " env, ($context["configure"] ?? null), "html", null, true); echo "\"> "; // line 11 echo ($context["form"] ?? null); echo "
"; } public function getTemplateName() { return "preferences/two_factor/configure.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 65 => 12, 61 => 11, 57 => 10, 53 => 9, 49 => 8, 45 => 6, 43 => 5, 37 => 1,); } public function getSourceContext() { return new Source("", "preferences/two_factor/configure.twig", "/usr/local/www/phpMyAdmin/templates/preferences/two_factor/configure.twig"); } }