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 "
"; } public function getTemplateName() { return "table/relation/common_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 511 => 222, 507 => 221, 503 => 219, 498 => 216, 489 => 213, 486 => 212, 483 => 211, 481 => 210, 477 => 209, 473 => 208, 467 => 205, 464 => 204, 461 => 203, 459 => 202, 456 => 201, 453 => 200, 449 => 198, 447 => 197, 442 => 194, 434 => 191, 432 => 189, 431 => 188, 430 => 186, 429 => 185, 426 => 184, 424 => 182, 423 => 181, 422 => 179, 421 => 178, 418 => 177, 416 => 175, 415 => 174, 414 => 172, 413 => 171, 406 => 167, 402 => 166, 398 => 165, 393 => 162, 390 => 161, 387 => 160, 384 => 159, 381 => 158, 378 => 157, 375 => 156, 372 => 155, 369 => 154, 366 => 152, 363 => 151, 360 => 150, 357 => 149, 354 => 148, 351 => 147, 348 => 146, 345 => 145, 342 => 143, 339 => 142, 336 => 141, 333 => 140, 330 => 139, 327 => 138, 324 => 136, 321 => 135, 319 => 134, 316 => 133, 313 => 132, 311 => 130, 308 => 129, 303 => 128, 301 => 127, 295 => 123, 289 => 121, 286 => 120, 284 => 119, 279 => 117, 270 => 112, 268 => 111, 263 => 108, 259 => 106, 253 => 105, 250 => 104, 247 => 103, 245 => 102, 242 => 101, 233 => 94, 231 => 93, 226 => 90, 223 => 89, 221 => 87, 220 => 86, 219 => 85, 218 => 84, 217 => 83, 216 => 82, 215 => 81, 214 => 80, 213 => 79, 212 => 78, 211 => 76, 209 => 75, 206 => 74, 200 => 73, 197 => 72, 195 => 70, 194 => 69, 193 => 68, 192 => 67, 191 => 66, 190 => 65, 189 => 64, 188 => 63, 187 => 62, 186 => 61, 185 => 60, 184 => 59, 182 => 58, 179 => 57, 176 => 56, 173 => 55, 170 => 54, 167 => 53, 164 => 52, 162 => 51, 161 => 50, 159 => 49, 156 => 48, 153 => 47, 151 => 46, 150 => 45, 148 => 44, 146 => 43, 141 => 42, 138 => 41, 136 => 40, 131 => 38, 127 => 37, 123 => 36, 112 => 29, 110 => 28, 107 => 27, 100 => 24, 98 => 23, 95 => 22, 88 => 19, 86 => 18, 83 => 17, 81 => 16, 77 => 15, 73 => 14, 65 => 9, 62 => 8, 59 => 7, 55 => 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"); } }