source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 if ( !($context["is_ajax"] ?? null)) { // line 2 echo "
"; // line 91 echo twig_include($this->env, $context, "modals/unhide_nav_item.twig"); echo " "; // line 92 echo twig_include($this->env, $context, "modals/create_view.twig"); echo " "; } } public function getTemplateName() { return "navigation/main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 241 => 92, 237 => 91, 234 => 90, 225 => 83, 219 => 79, 215 => 77, 213 => 76, 208 => 73, 202 => 71, 200 => 70, 195 => 67, 193 => 66, 190 => 65, 184 => 63, 178 => 61, 176 => 60, 173 => 59, 166 => 57, 162 => 55, 160 => 52, 157 => 51, 151 => 48, 148 => 47, 146 => 46, 141 => 43, 139 => 42, 137 => 41, 132 => 39, 130 => 38, 125 => 37, 121 => 35, 119 => 34, 114 => 33, 110 => 31, 108 => 30, 103 => 29, 99 => 27, 97 => 26, 92 => 25, 88 => 23, 84 => 21, 80 => 19, 77 => 18, 73 => 16, 67 => 14, 64 => 13, 56 => 11, 54 => 10, 51 => 9, 49 => 8, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "navigation/main.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/navigation/main.twig"); } }