/home/suroeste/tmp/pma_template_compiles_suroeste/twig/12
Edit: /home/suroeste/tmp/pma_template_compiles_suroeste/twig/12/1268580b947bd6dcca02a01f833bf76e.php (3953B)
source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
|
";
yield _gettext("Ins:");
// line 5
yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" aria-label=\"";
yield _gettext("Insert");
yield "\">
|
";
yield _gettext("And:");
// line 9
yield "
|
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" value=\"and\"";
yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["checked_options"] ?? null), "and", [], "any", false, false, false, 12)) ? (" checked") : (""));
yield " aria-label=\"";
yield _gettext("And");
yield "\">
|
|
";
yield _gettext("Del:");
// line 17
yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" aria-label=\"";
yield _gettext("Delete");
yield "\">
|
";
yield _gettext("Or:");
// line 21
yield "
|
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["row_index"] ?? null), "html", null, true);
yield "]\" value=\"or\"";
yield ((CoreExtension::getAttribute($this->env, $this->source, ($context["checked_options"] ?? null), "or", [], "any", false, false, false, 24)) ? (" checked") : (""));
yield " aria-label=\"";
yield _gettext("Or");
yield "\">
|
|
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "database/qbe/ins_del_and_or_cell.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 92 => 24, 87 => 21, 78 => 18, 75 => 17, 62 => 12, 57 => 9, 48 => 6, 45 => 5, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "database/qbe/ins_del_and_or_cell.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/database/qbe/ins_del_and_or_cell.twig");
}
}