parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; } public function getTemplateName() { return "table/relation/common_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 433 => 189, 429 => 188, 425 => 186, 420 => 183, 411 => 180, 408 => 179, 405 => 178, 403 => 177, 399 => 176, 395 => 175, 389 => 172, 386 => 171, 383 => 170, 381 => 169, 378 => 168, 375 => 167, 371 => 165, 369 => 164, 365 => 162, 359 => 161, 357 => 159, 356 => 158, 355 => 157, 354 => 156, 353 => 155, 352 => 154, 351 => 153, 350 => 152, 349 => 151, 346 => 150, 343 => 149, 340 => 148, 337 => 147, 334 => 146, 331 => 145, 328 => 144, 325 => 143, 322 => 142, 319 => 140, 316 => 139, 313 => 138, 310 => 137, 307 => 136, 304 => 135, 301 => 134, 298 => 133, 295 => 131, 292 => 130, 289 => 129, 286 => 128, 283 => 127, 280 => 126, 277 => 124, 274 => 123, 272 => 122, 269 => 121, 266 => 120, 264 => 118, 261 => 117, 256 => 116, 254 => 115, 251 => 114, 245 => 112, 242 => 111, 240 => 110, 236 => 109, 228 => 105, 226 => 104, 221 => 101, 215 => 99, 212 => 98, 210 => 97, 207 => 96, 199 => 90, 197 => 89, 192 => 86, 189 => 85, 187 => 83, 186 => 82, 185 => 81, 184 => 80, 183 => 79, 182 => 78, 181 => 77, 180 => 76, 179 => 75, 178 => 74, 177 => 72, 175 => 71, 172 => 70, 166 => 69, 163 => 68, 161 => 66, 160 => 65, 159 => 64, 158 => 63, 157 => 62, 156 => 61, 155 => 60, 154 => 59, 153 => 58, 152 => 57, 151 => 56, 150 => 55, 148 => 54, 145 => 53, 142 => 52, 139 => 51, 136 => 50, 133 => 49, 130 => 48, 128 => 47, 127 => 46, 125 => 45, 122 => 44, 119 => 43, 117 => 42, 116 => 41, 114 => 40, 112 => 39, 107 => 38, 104 => 37, 102 => 36, 97 => 34, 93 => 33, 89 => 32, 78 => 25, 76 => 24, 73 => 23, 66 => 20, 64 => 19, 61 => 18, 54 => 15, 52 => 14, 49 => 13, 47 => 12, 43 => 11, 39 => 10, 32 => 6, 29 => 5, 26 => 4, 22 => 2, 19 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Twig_Source("", "table/relation/common_form.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/table/relation/common_form.twig"); } }