parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; echo _gettext("Two-factor authentication is not available, please install optional dependencies to enable authentication backends."); echo "
"; // line 10 echo _gettext("Following composer packages are missing:"); echo "
";
echo twig_escape_filter($this->env, $this->getAttribute($context["item"], "dep", []), "html", null, true);
echo " (";
echo twig_escape_filter($this->env, $this->getAttribute($context["item"], "class", []), "html", null, true);
echo ")"; echo _gettext("Two-factor authentication is available and configured for this account."); echo "
"; } else { // line 20 echo ""; echo _gettext("Two-factor authentication is available, but not configured for this account."); echo "
"; } } } else { // line 24 echo ""; echo _gettext("Two-factor authentication is not available, enable phpMyAdmin configuration storage to use it."); echo "
"; } // line 26 echo ""; // line 33 echo _gettext("You have enabled two factor authentication."); echo "
"; // line 34 echo twig_escape_filter($this->env, ($context["backend_description"] ?? null), "html", null, true); echo "