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["dialog_title"] = $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), (isset($context["slug"]) ? $context["slug"] : null), array(), "array"), "dialog_title", array()); // line 4 echo "\t"; $context["include_row"] = (((("slot-subform-" . (isset($context["slot_type"]) ? $context["slot_type"] : null)) . "-") . (isset($context["slug"]) ? $context["slug"] : null)) . ".twig"); } else { // line 6 echo "\t"; $context["dialog_title"] = $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), (isset($context["slot_type"]) ? $context["slot_type"] : null), array(), "array"), "dialog_title", array()); // line 7 echo "\t"; $context["include_row"] = (("slot-subform-" . (isset($context["slot_type"]) ? $context["slot_type"] : null)) . ".twig"); } // line 9 echo " "; // line 10 $context["slot_row_id"] = ((("wpml-ls-" . (isset($context["slot_type"]) ? $context["slot_type"] : null)) . "-row-") . (isset($context["slug"]) ? $context["slug"] : null)); // line 11 echo "env, (isset($context["slot_row_id"]) ? $context["slot_row_id"] : null), "html", null, true); echo "\" class=\"js-wpml-ls-row\" data-item-slug=\""; echo twig_escape_filter($this->env, (isset($context["slug"]) ? $context["slug"] : null), "html", null, true); echo "\" data-item-type=\""; echo twig_escape_filter($this->env, (isset($context["slot_type"]) ? $context["slot_type"] : null), "html", null, true); echo "\">
env, (isset($context["slot_row_id"]) ? $context["slot_row_id"] : null), "html", null, true); echo "\" data-title=\""; echo twig_escape_filter($this->env, (isset($context["dialog_title"]) ? $context["dialog_title"] : null), "html", null, true); echo "\" data-item-slug=\""; echo twig_escape_filter($this->env, (isset($context["slug"]) ? $context["slug"] : null), "html", null, true); echo "\" data-item-type=\""; echo twig_escape_filter($this->env, (isset($context["slot_type"]) ? $context["slot_type"] : null), "html", null, true); echo "\"> "; // line 14 if ((isset($context["slot_settings"]) ? $context["slot_settings"] : null)) { // line 15 echo " "; $this->loadTemplate((isset($context["include_row"]) ? $context["include_row"] : null), "table-slot-row.twig", 15)->display(array_merge($context, array("slug" => // line 17 (isset($context["slug"]) ? $context["slug"] : null), "slot_settings" => // line 18 (isset($context["slot_settings"]) ? $context["slot_settings"] : null), "settings" => // line 19 (isset($context["settings"]) ? $context["settings"] : null), "slots" => // line 20 (isset($context["slots"]) ? $context["slots"] : null), "strings" => // line 21 (isset($context["strings"]) ? $context["strings"] : null), "preview" => $this->getAttribute($this->getAttribute( // line 22 (isset($context["previews"]) ? $context["previews"] : null), (isset($context["slot_type"]) ? $context["slot_type"] : null), array(), "array"), (isset($context["slug"]) ? $context["slug"] : null), array(), "array"), "color_schemes" => // line 23 (isset($context["color_schemes"]) ? $context["color_schemes"] : null)))); // line 26 echo " "; } // line 27 echo "
\t"; // line 30 if ( !(isset($context["is_static"]) ? $context["is_static"] : null)) { // line 31 echo " "; // line 32 echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["slots"]) ? $context["slots"] : null), (isset($context["slug"]) ? $context["slug"] : null), array(), "array"), "name", array()), "html", null, true); echo " \t"; } // line 35 echo " \t env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "title_action_edit", array()), "html", null, true); echo "\" class=\"js-wpml-ls-row-edit wpml-ls-row-edit\"> \t"; // line 40 if ( !(isset($context["is_static"]) ? $context["is_static"] : null)) { // line 41 echo " env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "title_action_delete", array()), "html", null, true); echo "\" class=\"js-wpml-ls-row-remove wpml-ls-row-remove\"> \t"; } // line 45 echo ""; } public function getTemplateName() { return "table-slot-row.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 115 => 45, 109 => 42, 106 => 41, 104 => 40, 98 => 37, 94 => 35, 88 => 32, 85 => 31, 83 => 30, 78 => 27, 75 => 26, 73 => 23, 72 => 22, 71 => 21, 70 => 20, 69 => 19, 68 => 18, 67 => 17, 65 => 15, 63 => 14, 53 => 13, 43 => 11, 41 => 10, 38 => 9, 34 => 7, 31 => 6, 27 => 4, 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-slot-row.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/table-slot-row.twig"); } }