source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
// line 16
if ((($context["char_editing"] ?? null) == "textarea")) {
// line 17
echo " ";
ob_start(function () { return ''; });
// line 18
echo "
";
$___internal_c48f410f880491d5acc0fed7bb8d64a02caa0752b64437fbc829ef0b4c803c9f_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 17
echo twig_spaceless($___internal_c48f410f880491d5acc0fed7bb8d64a02caa0752b64437fbc829ef0b4c803c9f_);
} else {
// line 25
echo " env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 28
echo twig_escape_filter($this->env, ($context["expression"] ?? null), "html", null, true);
echo "\"
placeholder=\"";
// line 29
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 ( 113 => 29, 109 => 28, 104 => 26, 101 => 25, 98 => 17, 92 => 21, 85 => 18, 82 => 17, 80 => 16, 76 => 14, 67 => 11, 64 => 10, 61 => 9, 59 => 8, 58 => 7, 57 => 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");
}
}