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