File: /www/phpMyAdmin/tmp/twig/c3/c345a943175e4243d06ad5eb8e5ae629ad73229c1d6a9fd2bf2aa21878125fa1.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* privileges/global_priv_tbl_item.twig */
class __TwigTemplate_674be195312be86d2b6886f695fc613a3e8de9c1f5a5f8bbd97833e1d810794a extends \Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<div class=\"item\">
<input type=\"checkbox\" class=\"checkall\" name=\"";
// line 2
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["priv"]) ? $context["priv"] : null), 0, [], "array"), "html", null, true);
echo "_priv\" id=\"checkbox_";
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["priv"]) ? $context["priv"] : null), 0, [], "array"), "html", null, true);
echo "_priv\"
value=\"Y\" title=\"";
// line 3
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["priv"]) ? $context["priv"] : null), 2, [], "array"), "html", null, true);
echo "\" ";
echo twig_escape_filter($this->env, (isset($context["checked"]) ? $context["checked"] : null), "html", null, true);
echo " />
<label for=\"checkbox_";
// line 4
echo twig_escape_filter($this->env, $this->getAttribute((isset($context["priv"]) ? $context["priv"] : null), 0, [], "array"), "html", null, true);
echo "_priv\">
<code>
";
// line 6
echo (isset($context["formatted_priv"]) ? $context["formatted_priv"] : null);
echo "
</code>
</label>
</div>
";
}
public function getTemplateName()
{
return "privileges/global_priv_tbl_item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 50 => 6, 45 => 4, 39 => 3, 33 => 2, 30 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "privileges/global_priv_tbl_item.twig", "/www/phpMyAdmin/templates/privileges/global_priv_tbl_item.twig");
}
}