source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if (((isset($context["submit_attribute"]) || array_key_exists("submit_attribute", $context)) && (($context["submit_attribute"] ?? null) != false))) { // line 2 echo " "; $context["attribute"] = ($context["submit_attribute"] ?? null); } elseif ((twig_get_attribute($this->env, $this->source, // line 3 ($context["column_meta"] ?? null), "Extra", [], "array", true, true, false, 3) && ((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = // line 4 ($context["column_meta"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["Extra"] ?? null) : null) == "on update CURRENT_TIMESTAMP"))) { // line 5 echo " "; $context["attribute"] = "on update CURRENT_TIMESTAMP"; } elseif (twig_get_attribute($this->env, $this->source, // line 6 ($context["extracted_columnspec"] ?? null), "attribute", [], "array", true, true, false, 6)) { // line 7 echo " "; $context["attribute"] = (($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 = ($context["extracted_columnspec"] ?? null)) && is_array($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) || $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 instanceof ArrayAccess ? ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144["attribute"] ?? null) : null); } else { // line 9 echo " "; $context["attribute"] = ""; } // line 11 $context["attribute"] = twig_upper_filter($this->env, ($context["attribute"] ?? null)); // line 12 echo " "; } public function getTemplateName() { return "columns_definitions/column_attribute.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 95 => 21, 86 => 18, 82 => 17, 78 => 16, 73 => 15, 71 => 14, 65 => 13, 60 => 12, 58 => 11, 54 => 9, 50 => 7, 48 => 6, 45 => 5, 43 => 4, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "columns_definitions/column_attribute.twig", "/usr/local/www/phpMyAdmin/templates/columns_definitions/column_attribute.twig"); } }