source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ((array_key_exists("submit_attribute", $context) && (0 !== twig_compare(($context["submit_attribute"] ?? null), false)))) { // line 2 echo " "; $context["attribute"] = ($context["submit_attribute"] ?? null); // line 3 echo " "; } elseif ((twig_get_attribute($this->env, $this->source, // line 4 ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 4) && (twig_in_filter("on update current_timestamp", (($__internal_compile_0 = // line 5 ($context["column_meta"] ?? null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["Extra"] ?? null) : null)) || twig_in_filter("on update current_timestamp()", twig_lower_filter($this->env, (($__internal_compile_1 = ($context["column_meta"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["Extra"] ?? null) : null)))))) { // line 6 echo " "; $context["attribute"] = "on update CURRENT_TIMESTAMP"; } elseif (twig_get_attribute($this->env, $this->source, // line 7 ($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true, false, 7)) { // line 8 echo " "; $context["attribute"] = (($__internal_compile_2 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["attribute"] ?? null) : null); } else { // line 10 echo " "; $context["attribute"] = ""; } // line 12 $context["attribute"] = twig_upper_filter($this->env, ($context["attribute"] ?? null)); // line 13 echo " "; } public function getTemplateName() { return "columns_definitions/column_attribute.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 97 => 22, 88 => 19, 84 => 18, 80 => 17, 75 => 16, 73 => 15, 67 => 14, 62 => 13, 60 => 12, 56 => 10, 52 => 8, 50 => 7, 47 => 6, 45 => 5, 44 => 4, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_attribute.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_attribute.twig"); } }