source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 17
if ((0 === twig_compare(($context["char_editing"] ?? null), "textarea"))) {
// line 18
echo "
";
} else {
// line 24
echo " env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 27
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true);
echo "\"
placeholder=\"";
// line 28
echo _gettext("Expression");
echo "\"
class=\"textfield expression\">
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_virtuality.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 28, 105 => 27, 100 => 25, 97 => 24, 93 => 22, 91 => 21, 85 => 18, 83 => 17, 79 => 15, 70 => 12, 67 => 11, 64 => 10, 62 => 9, 61 => 8, 60 => 7, 58 => 6, 53 => 5, 49 => 4, 42 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_virtuality.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/columns_definitions/column_virtuality.twig");
}
}