source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 21 echo _gettext("Delete relationship"); // line 22 echo "
"; } public function getTemplateName() { return "database/designer/delete_relation_panel.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 74 => 30, 69 => 28, 61 => 22, 59 => 21, 37 => 1,); } public function getSourceContext() { return new Source("", "database/designer/delete_relation_panel.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/database/designer/delete_relation_panel.twig"); } }