source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
-
";
echo _gettext("Manage your settings");
// line 7
echo "
-
";
echo _gettext("Two-factor authentication");
// line 13
echo "
-
";
// line 18
echo PhpMyAdmin\Html\Generator::getIcon("b_tblops", _gettext("Features"), false, false, "TabsMode");
echo "
-
";
// line 24
echo PhpMyAdmin\Html\Generator::getIcon("b_sql", _gettext("SQL queries"), false, false, "TabsMode");
echo "
-
";
// line 30
echo PhpMyAdmin\Html\Generator::getIcon("b_select", _gettext("Navigation panel"), false, false, "TabsMode");
echo "
-
";
// line 36
echo PhpMyAdmin\Html\Generator::getIcon("b_props", _gettext("Main panel"), false, false, "TabsMode");
echo "
-
";
// line 42
echo PhpMyAdmin\Html\Generator::getIcon("b_export", _gettext("Export"), false, false, "TabsMode");
echo "
-
";
// line 48
echo PhpMyAdmin\Html\Generator::getIcon("b_import", _gettext("Import"), false, false, "TabsMode");
echo "
";
// line 54
if (($context["is_saved"] ?? null)) {
// line 55
echo " ";
echo call_user_func_array($this->env->getFilter('raw_success')->getCallable(), [_gettext("Configuration has been saved.")]);
echo "
";
}
// line 57
echo "
";
// line 58
if ( !($context["has_config_storage"] ?? null)) {
// line 59
echo " ";
ob_start(function () { return ''; });
// line 60
echo " ";
echo _gettext("Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.");
// line 61
echo " ";
$___internal_parse_0_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [twig_sprintf($___internal_parse_0_, (("
"), "")]);
// line 62
echo " ";
}
}
public function getTemplateName()
{
return "preferences/header.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 178 => 62, 176 => 59, 173 => 61, 170 => 60, 167 => 59, 165 => 58, 162 => 57, 156 => 55, 154 => 54, 145 => 48, 139 => 47, 131 => 42, 125 => 41, 117 => 36, 111 => 35, 103 => 30, 97 => 29, 89 => 24, 83 => 23, 75 => 18, 69 => 17, 63 => 13, 56 => 11, 50 => 7, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/header.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/preferences/header.twig");
}
}