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 yield "
env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["config_navigation_width"] ?? null), "html", null, true); yield "\">
"; // line 8 if (CoreExtension::getAttribute($this->env, $this->source, ($context["logo"] ?? null), "is_displayed", [], "any", false, false, false, 8)) { // line 9 yield " "; } // line 23 yield " "; // line 52 if ((($context["is_servers_displayed"] ?? null) && (Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["servers"] ?? null)) > 1))) { // line 53 yield "
"; // line 54 yield ($context["server_select"] ?? null); yield "
"; } // line 57 yield " "; // line 58 yield PhpMyAdmin\Html\Generator::getImage("ajax_clock_small", _gettext("Loading…"), ["style" => "visibility: hidden; display:none", "class" => "throbber"]); // line 61 yield "
"; } // line 65 yield " "; // line 66 if ( !($context["navigation_tree"] ?? null)) { // line 67 yield " "; yield $this->env->getFilter('error')->getCallable()(_gettext("An error has occurred while loading the navigation display")); yield " "; } else { // line 69 yield " "; yield ($context["navigation_tree"] ?? null); yield " "; } // line 71 yield " "; // line 72 if ( !($context["is_ajax"] ?? null)) { // line 73 yield "
"; // line 76 if (($context["is_navigation_settings_enabled"] ?? null)) { // line 77 yield " "; yield ($context["navigation_settings"] ?? null); yield " "; } // line 79 yield "
"; // line 82 if (($context["is_drag_drop_import_enabled"] ?? null)) { // line 83 yield "
"; yield _gettext("Drop files here"); // line 85 yield "

"; yield _gettext("SQL upload"); // line 89 yield " ( 0 ) x -

"; } // line 96 yield "
"; // line 97 yield Twig\Extension\CoreExtension::include($this->env, $context, "modals/unhide_nav_item.twig"); yield " "; // line 98 yield Twig\Extension\CoreExtension::include($this->env, $context, "modals/create_view.twig"); yield " "; } return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "navigation/main.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 259 => 98, 255 => 97, 252 => 96, 243 => 89, 237 => 85, 233 => 83, 231 => 82, 226 => 79, 220 => 77, 218 => 76, 213 => 73, 211 => 72, 208 => 71, 202 => 69, 196 => 67, 194 => 66, 191 => 65, 184 => 63, 180 => 61, 178 => 58, 175 => 57, 169 => 54, 166 => 53, 164 => 52, 159 => 49, 157 => 48, 155 => 47, 150 => 45, 148 => 44, 143 => 43, 139 => 41, 137 => 40, 132 => 39, 128 => 37, 126 => 36, 121 => 35, 118 => 34, 114 => 32, 112 => 31, 106 => 30, 104 => 29, 100 => 27, 98 => 26, 93 => 25, 89 => 23, 85 => 21, 81 => 19, 78 => 18, 74 => 16, 68 => 14, 65 => 13, 57 => 11, 55 => 10, 52 => 9, 50 => 8, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "navigation/main.twig", "/home/suvo/web/pg.ns77.siliconpin.com/public_html/pma/templates/navigation/main.twig"); } }