source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; } public function getTemplateName() { return "toggle_button.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 21, 80 => 20, 72 => 15, 68 => 14, 61 => 10, 57 => 9, 47 => 4, 41 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "toggle_button.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/toggle_button.twig"); } }