parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
\t "; // line 5 if ($this->getAttribute(($context["notifications"] ?? null), "css_not_loaded", [])) { // line 6 echo "

"; // line 7 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["notifications"] ?? null), "css_not_loaded", []), "html", null, true); echo "

"; } // line 10 echo "

"; // line 13 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "options", []), "section_title", []), "html", null, true); echo "

\t\t\t

"; // line 14 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "options", []), "section_description", []), "html", null, true); echo "

"; // line 18 $this->loadTemplate("section-options.twig", "layout-main.twig", 18)->display($context); // line 19 echo "

"; // line 25 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "menus", []), "section_title", []), "html", null, true); echo "

"; // line 27 $this->loadTemplate("save-notification.twig", "layout-main.twig", 27)->display($context); // line 28 echo "
"; // line 31 $this->loadTemplate("section-menus.twig", "layout-main.twig", 31)->display($context); // line 32 echo "

"; // line 38 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "sidebars", []), "section_title", []), "html", null, true); echo "

"; // line 40 $this->loadTemplate("save-notification.twig", "layout-main.twig", 40)->display($context); // line 41 echo "
"; // line 44 $this->loadTemplate("section-sidebars.twig", "layout-main.twig", 44)->display($context); // line 45 echo "

"; // line 51 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "footer", []), "section_title", []), "html", null, true); echo " "; // line 52 $this->loadTemplate("tooltip.twig", "layout-main.twig", 52)->display(twig_array_merge($context, ["content" => $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "tooltips", []), "show_in_footer", [])])); // line 53 echo "

"; // line 57 $this->loadTemplate("section-footer.twig", "layout-main.twig", 57)->display($context); // line 58 echo "

"; // line 65 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "post_translations", []), "section_title", []), "html", null, true); echo " "; // line 66 $this->loadTemplate("tooltip.twig", "layout-main.twig", 66)->display(twig_array_merge($context, ["content" => $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "tooltips", []), "section_post_translations", [])])); // line 67 echo "

"; // line 71 $this->loadTemplate("section-post-translations.twig", "layout-main.twig", 71)->display($context); // line 72 echo "

"; // line 79 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["strings"] ?? null), "shortcode_actions", []), "section_title", []), "html", null, true); echo " "; // line 81 echo "

"; // line 82 $this->loadTemplate("save-notification.twig", "layout-main.twig", 82)->display($context); // line 83 echo "
"; // line 86 $this->loadTemplate("section-shortcode-action.twig", "layout-main.twig", 86)->display($context); // line 87 echo "
"; // line 90 $this->loadTemplate("setup-wizard-buttons.twig", "layout-main.twig", 90)->display($context); // line 91 echo " "; // line 92 $this->loadTemplate("dialog-box.twig", "layout-main.twig", 92)->display($context); // line 93 echo "
"; } public function getTemplateName() { return "layout-main.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 198 => 93, 196 => 92, 193 => 91, 191 => 90, 186 => 87, 184 => 86, 179 => 83, 177 => 82, 174 => 81, 170 => 79, 162 => 76, 156 => 72, 154 => 71, 148 => 67, 146 => 66, 142 => 65, 133 => 58, 131 => 57, 125 => 53, 123 => 52, 119 => 51, 111 => 45, 109 => 44, 104 => 41, 102 => 40, 97 => 38, 89 => 32, 87 => 31, 82 => 28, 80 => 27, 75 => 25, 67 => 19, 65 => 18, 58 => 14, 54 => 13, 49 => 10, 43 => 7, 40 => 6, 38 => 5, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "layout-main.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/layout-main.twig"); } }