parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 if (((isset($context["slot_type"]) ? $context["slot_type"] : null) == "statics")) { // line 2 echo "\t"; $context["is_static"] = true; // line 3 echo "\t"; $context["table_id"] = ((("wpml-ls-slot-list-" . (isset($context["slot_type"]) ? $context["slot_type"] : null)) . "-") . (isset($context["slug"]) ? $context["slug"] : null)); } else { // line 5 echo "\t"; $context["table_id"] = ("wpml-ls-slot-list-" . (isset($context["slot_type"]) ? $context["slot_type"] : null)); } // line 7 echo " "; // line 8 if (twig_in_filter((isset($context["slug"]) ? $context["slug"] : null), array(0 => "footer", 1 => "post_translations"))) { // line 9 echo " "; $context["label_action"] = $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "label_action", array()); } else { // line 11 echo " "; $context["label_action"] = $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "label_actions", array()); } // line 13 echo " env, (isset($context["table_id"]) ? $context["table_id"] : null), "html", null, true); echo "\" class=\"js-wpml-ls-slot-list wpml-ls-slot-list\""; if ( !(isset($context["slots_settings"]) ? $context["slots_settings"] : null)) { echo " style=\"display:none;\""; } echo "> "; // line 18 if ( !(isset($context["is_static"]) ? $context["is_static"] : null)) { echo ""; } // line 19 echo " "; echo twig_escape_filter($this->env, (isset($context["label_action"]) ? $context["label_action"] : null), "html", null, true); echo " "; // line 22 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable((isset($context["slots_settings"]) ? $context["slots_settings"] : null)); $context['loop'] = array( 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ); if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["slug"] => $context["slot_settings"]) { // line 23 echo " "; $this->loadTemplate("table-slot-row.twig", "table-slots.twig", 23)->display(array_merge($context, array("slug" => // line 25 $context["slug"], "slot_type" => // line 26 (isset($context["slot_type"]) ? $context["slot_type"] : null), "slot_settings" => // line 27 $context["slot_settings"], "slots" => // line 28 (isset($context["slots"]) ? $context["slots"] : null)))); // line 31 echo " "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['length'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['slug'], $context['slot_settings'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 32 echo "
"; // line 17 echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "label_preview", array()), "html", null, true); echo ""; echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "label_position", array()), "html", null, true); echo "
"; } public function getTemplateName() { return "table-slots.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 117 => 32, 103 => 31, 101 => 28, 100 => 27, 99 => 26, 98 => 25, 96 => 23, 79 => 22, 68 => 19, 62 => 18, 58 => 17, 48 => 14, 45 => 13, 41 => 11, 37 => 9, 35 => 8, 32 => 7, 28 => 5, 24 => 3, 21 => 2, 19 => 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 Twig_Source("", "table-slots.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/table-slots.twig"); } }