<?php
namespace WPML\Core;
use \WPML\Core\Twig\Environment;
use \WPML\Core\Twig\Error\LoaderError;
use \WPML\Core\Twig\Error\RuntimeError;
use \WPML\Core\Twig\Markup;
use \WPML\Core\Twig\Sandbox\SecurityError;
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedTagError;
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedFilterError;
use \WPML\Core\Twig\Sandbox\SecurityNotAllowedFunctionError;
use \WPML\Core\Twig\Source;
use \WPML\Core\Twig\Template;
/* dropdown-sidebars.twig */
class __TwigTemplate_d1c457304bfadd62875ee6180daa268e60e9b9028c094b9a415a56b6ea892cea extends \WPML\Core\Twig\Template
{
public function __construct(Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 1
echo "<h4><label for=\"wpml-ls-available-sidebars\">";
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "sidebars", []), "select_label", []), "html", null, true);
echo ":</label> ";
$this->loadTemplate("tooltip.twig", "dropdown-sidebars.twig", 1)->display(twig_array_merge($context, ["content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", []), "available_sidebars", [])]));
echo "</h4>
<select name=\"wpml_ls_available_sidebars\" class=\"js-wpml-ls-available-slots js-wpml-ls-available-sidebars\">
<option disabled=\"disabled\">-- ";
// line 3
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "sidebars", []), "select_option_choose", []), "html", null, true);
echo " --</option>
";
// line 4
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["sidebars"]) ? $context["sidebars"] : null));
foreach ($context['_seq'] as $context["sidebar_key"] => $context["sidebar"]) {
// line 5
echo " ";
if (($context["sidebar_key"] == (isset($context["slug"]) ? $context["slug"] : null))) {
// line 6
echo " ";
$context["attr"] = " selected=\"selected\"";
// line 7
echo " ";
} elseif (twig_in_filter($this->getAttribute($context["sidebar"], "id", []), \WPML\Core\twig_get_array_keys_filter($this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "sidebar", [])))) {
// line 8
echo " ";
$context["attr"] = " disabled=\"disabled\"";
// line 9
echo " ";
} else {
// line 10
echo " ";
$context["attr"] = "";
// line 11
echo " ";
}
// line 12
echo " <option value=\"";
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["sidebar"], "id", []), "html", null, true);
echo "\"";
echo \WPML\Core\twig_escape_filter($this->env, (isset($context["attr"]) ? $context["attr"] : null), "html", null, true);
echo ">";
echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute($context["sidebar"], "name", []), "html", null, true);
echo "</option>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['sidebar_key'], $context['sidebar'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 14
echo "</select>
";
}
public function getTemplateName()
{
return "dropdown-sidebars.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 82 => 14, 69 => 12, 66 => 11, 63 => 10, 60 => 9, 57 => 8, 54 => 7, 51 => 6, 48 => 5, 44 => 4, 40 => 3, 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("", "dropdown-sidebars.twig", "/home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/dropdown-sidebars.twig");
}
}