source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 4 echo _gettext("Open the two-factor authentication app on your device to view your authentication code and verify your identity."); echo "
"; } public function getTemplateName() { return "login/twofactor/application.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 45 => 4, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "login/twofactor/application.twig", "/usr/local/www/phpMyAdmin/templates/login/twofactor/application.twig"); } }