parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "

"; // line 9 $this->loadTemplate("save-notification.twig", "section-post-translations.twig", 9)->display($context); // line 10 echo "

getAttribute($this->getAttribute($this->getAttribute(($context["settings"] ?? null), "statics", []), "post_translations", []), "show", []) != 1)) { echo " hidden"; } echo "\"> "; // line 14 $context["slot_settings"] = []; // line 15 echo " "; $context["slot_settings"] = \WPML\Core\twig_array_merge(($context["slot_settings"] ?? null), ["post_translations" => $this->getAttribute($this->getAttribute(($context["settings"] ?? null), "statics", []), "post_translations", [])]); // line 16 echo " "; // line 17 $this->loadTemplate("table-slots.twig", "section-post-translations.twig", 17)->display(twig_array_merge($context, ["slot_type" => "statics", "slots_settings" => // line 20 ($context["slot_settings"] ?? null), "slug" => "post_translations"])); // line 24 echo "
"; } public function getTemplateName() { return "section-post-translations.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 74 => 24, 72 => 20, 71 => 17, 68 => 16, 65 => 15, 63 => 14, 56 => 12, 52 => 10, 50 => 9, 44 => 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("", "section-post-translations.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/section-post-translations.twig"); } }