source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ( !($context["clear_screen"] ?? null)) { // line 2 echo "
"; } } public function getTemplateName() { return "server/replication/master_replication.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 141 => 50, 139 => 49, 134 => 48, 132 => 47, 127 => 44, 125 => 43, 121 => 42, 113 => 37, 108 => 34, 99 => 31, 95 => 30, 92 => 29, 88 => 28, 81 => 24, 77 => 23, 68 => 16, 66 => 15, 58 => 10, 55 => 9, 53 => 8, 48 => 5, 46 => 4, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/replication/master_replication.twig", "/usr/local/www/phpMyAdmin/templates/server/replication/master_replication.twig"); } }