source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 3
ob_start(function () { return ''; });
echo _pgettext( "for default", "None");
$context["translation"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 4
$context["default_options"] = ["NONE" => // line 5
($context["translation"] ?? null), "USER_DEFINED" => _gettext("As defined:"), "NULL" => "NULL", "CURRENT_TIMESTAMP" => "CURRENT_TIMESTAMP"];
// line 10
echo "
";
// line 24
if ((($context["char_editing"] ?? null) == "textarea")) {
// line 25
echo "
";
} else {
// line 30
echo " env, ($context["column_number"] ?? null), "html", null, true);
echo "]\"
size=\"12\"
value=\"";
// line 33
echo twig_escape_filter($this->env, ($context["default_value"] ?? null), "html", null, true);
echo "\"
class=\"textfield default_value\">
";
}
}
public function getTemplateName()
{
return "columns_definitions/column_default.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 109 => 33, 104 => 31, 101 => 30, 96 => 28, 89 => 25, 87 => 24, 84 => 23, 75 => 20, 72 => 19, 69 => 18, 67 => 17, 66 => 16, 62 => 15, 58 => 14, 51 => 12, 47 => 11, 44 => 10, 42 => 5, 41 => 4, 37 => 3,);
}
public function getSourceContext()
{
return new Source("", "columns_definitions/column_default.twig", "/usr/local/www/phpMyAdmin/templates/columns_definitions/column_default.twig");
}
}