source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 22 echo _gettext("Create relationship"); // line 23 echo "
FOREIGN KEY
on delete
on update
"; } public function getTemplateName() { return "database/designer/new_relation_panel.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 134 => 90, 129 => 88, 62 => 23, 60 => 22, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/new_relation_panel.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/new_relation_panel.twig"); } }