source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo PhpMyAdmin\Url::getHiddenInputs(); echo "

"; // line 3 echo _gettext("Please scan following QR code into the two-factor authentication app on your device and enter authentication code it generates."); // line 4 echo "

"; // line 6 if (($context["has_imagick"] ?? null)) { // line 7 echo " env, ($context["image"] ?? null), "html", null, true); echo "\"> "; } else { // line 9 echo " "; echo ($context["image"] ?? null); echo " "; } // line 11 echo "

"; // line 13 echo _gettext("Secret/key:"); echo " "; echo twig_escape_filter($this->env, ($context["secret"] ?? null), "html", null, true); echo "

"; } public function getTemplateName() { return "login/twofactor/application_configure.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 74 => 16, 66 => 13, 62 => 11, 56 => 9, 50 => 7, 48 => 6, 44 => 4, 42 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "login/twofactor/application_configure.twig", "/usr/local/www/phpMyAdmin/templates/login/twofactor/application_configure.twig"); } }