File: /var/lib/phpmyadmin/tmp/twig/34/340259c0178438f04c27a7019b17d409.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* preferences/forms/main.twig */
class __TwigTemplate_83b246764b5ea1dab1e10f9376e110e9 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo ($context["error"] ?? null);
echo "
";
// line 2
if (($context["has_errors"] ?? null)) {
// line 3
echo " <div class=\"alert alert-danger config-form\" role=\"alert\">
<strong>";
// line 4
echo _gettext("Cannot save settings, submitted form contains errors!");
echo "</strong>
";
// line 5
echo ($context["errors"] ?? null);
echo "
</div>
";
}
// line 8
echo ($context["form"] ?? null);
echo "
";
}
public function getTemplateName()
{
return "preferences/forms/main.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 8, 50 => 5, 46 => 4, 43 => 3, 41 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "preferences/forms/main.twig", "/usr/share/phpmyadmin/templates/preferences/forms/main.twig");
}
}