parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
";
// line 2
if ($this->getAttribute(($context["require_option"] ?? null), "radio", array(), "array")) {
// line 3
echo " env, $this->getAttribute(($context["require_option"] ?? null), "name", array(), "array"), "html", null, true);
echo "_";
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "value", array(), "array"), "html", null, true);
echo "\"
title=\"";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "description", array(), "array"), "html", null, true);
echo "\"
value=\"";
// line 6
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "value", array(), "array"), "html", null, true);
echo "\" ";
echo $this->getAttribute(($context["require_option"] ?? null), "checked", array(), "array");
// line 7
echo "/>
";
} else {
// line 12
echo "
env, $this->getAttribute(($context["require_option"] ?? null), "name", array(), "array"), "html", null, true);
echo "\"
id=\"text_";
// line 16
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "name", array(), "array"), "html", null, true);
echo "\" value=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "value", array(), "array"), "html", null, true);
echo "\"
size=\"80\" title=\"";
// line 17
echo twig_escape_filter($this->env, $this->getAttribute(($context["require_option"] ?? null), "description", array(), "array"), "html", null, true);
echo "\"";
// line 18
if ($this->getAttribute(($context["require_option"] ?? null), "disabled", array(), "array")) {
// line 19
echo " disabled";
}
// line 21
echo "/>
";
}
// line 23
echo "
";
}
public function getTemplateName()
{
return "privileges/require_options_item.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 88 => 23, 84 => 21, 81 => 19, 79 => 18, 76 => 17, 70 => 16, 66 => 15, 61 => 13, 56 => 12, 50 => 9, 44 => 8, 41 => 7, 37 => 6, 33 => 5, 27 => 4, 24 => 3, 22 => 2, 19 => 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 Twig_Source("", "privileges/require_options_item.twig", "/var/www/html/phpMyAdmin/templates/privileges/require_options_item.twig");
}
}