source = $this->getSourceContext(); $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "table/page_with_secondary_tabs.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("table/page_with_secondary_tabs.twig", "table/relation/common_form.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 4 echo "
"; // line 220 if (($context["foreignKeySupported"] ?? null)) { // line 221 echo " "; echo ($context["displayIndexesHtml"] ?? null); echo " "; } } public function getTemplateName() { return "table/relation/common_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 504 => 221, 502 => 220, 496 => 217, 492 => 216, 488 => 214, 483 => 211, 474 => 208, 471 => 207, 468 => 206, 466 => 205, 462 => 204, 458 => 203, 452 => 200, 449 => 199, 446 => 198, 444 => 197, 441 => 196, 438 => 195, 434 => 193, 432 => 192, 428 => 190, 420 => 187, 418 => 185, 417 => 184, 416 => 182, 415 => 181, 412 => 180, 410 => 178, 409 => 177, 408 => 175, 407 => 174, 404 => 173, 402 => 171, 401 => 170, 400 => 168, 399 => 167, 392 => 163, 388 => 162, 384 => 161, 379 => 158, 376 => 157, 373 => 156, 370 => 155, 367 => 154, 364 => 153, 361 => 152, 358 => 151, 355 => 150, 352 => 148, 349 => 147, 346 => 146, 343 => 145, 340 => 144, 337 => 143, 334 => 142, 331 => 141, 328 => 139, 325 => 138, 322 => 137, 319 => 136, 316 => 135, 313 => 134, 310 => 132, 307 => 131, 305 => 130, 302 => 129, 299 => 128, 297 => 126, 294 => 125, 289 => 124, 287 => 123, 284 => 122, 278 => 120, 275 => 119, 273 => 118, 269 => 117, 261 => 113, 259 => 112, 254 => 109, 251 => 108, 249 => 106, 247 => 103, 244 => 102, 242 => 101, 239 => 100, 230 => 93, 228 => 92, 223 => 89, 220 => 88, 218 => 86, 217 => 85, 216 => 84, 215 => 83, 214 => 82, 213 => 81, 212 => 80, 211 => 79, 210 => 78, 209 => 77, 208 => 75, 206 => 74, 203 => 73, 197 => 72, 194 => 71, 192 => 69, 191 => 68, 190 => 67, 189 => 66, 188 => 65, 187 => 64, 186 => 63, 185 => 62, 184 => 61, 183 => 60, 182 => 59, 181 => 58, 179 => 57, 176 => 56, 173 => 55, 170 => 54, 167 => 53, 164 => 52, 161 => 51, 159 => 50, 158 => 49, 156 => 48, 153 => 47, 150 => 46, 148 => 45, 147 => 44, 145 => 43, 143 => 42, 138 => 41, 135 => 40, 133 => 39, 128 => 37, 124 => 36, 120 => 35, 109 => 28, 107 => 27, 104 => 26, 97 => 23, 95 => 22, 92 => 21, 85 => 18, 83 => 17, 80 => 16, 78 => 15, 74 => 14, 70 => 13, 63 => 9, 60 => 8, 57 => 7, 53 => 5, 50 => 4, 46 => 3, 35 => 1,); } public function getSourceContext() { return new Source("", "table/relation/common_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/relation/common_form.twig"); } }