parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
\t
";
$this->loadTemplate("tooltip.twig", "section-options.twig", 2)->display(array_merge($context, array("content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "languages_order", array()))));
// line 3
echo "\t\t";
$this->loadTemplate("save-notification.twig", "section-options.twig", 3)->display($context);
// line 4
echo "\t
\t
";
// line 5
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "options", array()), "tip_drag_languages", array()), "html", null, true);
echo "
\t
\t\t";
// line 7
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["ordered_languages"]) ? $context["ordered_languages"] : null));
foreach ($context['_seq'] as $context["_key"] => $context["language"]) {
// line 8
echo "\t\t- env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
echo "\">
\t\t\t
env, $this->getAttribute($context["language"], "flag_url", array()), "html", null, true);
echo "\"> ";
echo twig_escape_filter($this->env, $this->getAttribute($context["language"], "display_name", array()), "html", null, true);
echo "env, $this->getAttribute($context["language"], "code", array()), "html", null, true);
echo "\">
\t\t
\t\t";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['language'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 12
echo "\t
\t
\t\t";
// line 18
$this->loadTemplate("save-notification.twig", "section-options.twig", 18)->display($context);
// line 19
echo "\t
\t
\t\t-
\t\t\t
\t\t
\t\t-
\t\t\t
\t\t
\t
\t
\t\t";
// line 40
if ( !$this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "copy_parameters", array())) {
echo "";
}
// line 41
echo "\t\t\t";
if ( !$this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "copy_parameters", array())) {
echo "";
}
// line 44
echo "
\t\t";
// line 45
$this->loadTemplate("tooltip.twig", "section-options.twig", 45)->display(array_merge($context, array("content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "preserve_url_arguments", array()))));
// line 46
echo "
\t\t";
// line 47
$this->loadTemplate("save-notification.twig", "section-options.twig", 47)->display($context);
// line 48
echo "
\t\tenv, $this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "copy_parameters", array()), "html", null, true);
echo "\"
\t\t\t class=\"js-wpml-ls-trigger-save js-wpml-ls-trigger-need-save";
// line 51
if ( !$this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "copy_parameters", array())) {
echo " js-wpml-ls-toggle-target hidden";
}
echo "\">
\t
\t
\t\t";
// line 57
if ( !$this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "additional_css", array())) {
echo "";
}
// line 58
echo "\t\t\t";
if ( !$this->getAttribute((isset($context["settings"]) ? $context["settings"] : null), "additional_css", array())) {
echo "";
}
// line 61
echo "
\t\t";
// line 63
$this->loadTemplate("tooltip.twig", "section-options.twig", 63)->display(array_merge($context, array("content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "additional_css", array()))));
// line 64
echo "
\t\t";
// line 65
$this->loadTemplate("save-notification.twig", "section-options.twig", 65)->display($context);
// line 66
echo "
\t\t
\t
";
}
public function getTemplateName()
{
return "section-options.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 261 => 95, 256 => 92, 252 => 91, 245 => 89, 242 => 88, 240 => 87, 237 => 86, 235 => 85, 232 => 84, 227 => 83, 222 => 82, 219 => 81, 215 => 80, 212 => 79, 209 => 78, 206 => 77, 204 => 76, 196 => 70, 194 => 69, 189 => 68, 185 => 66, 183 => 65, 180 => 64, 178 => 63, 174 => 61, 169 => 60, 164 => 59, 161 => 58, 157 => 57, 146 => 51, 142 => 50, 138 => 48, 136 => 47, 133 => 46, 131 => 45, 128 => 44, 123 => 43, 118 => 42, 115 => 41, 111 => 40, 96 => 32, 82 => 25, 74 => 19, 72 => 18, 69 => 17, 65 => 16, 59 => 12, 46 => 9, 41 => 8, 37 => 7, 32 => 5, 29 => 4, 26 => 3, 22 => 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("", "section-options.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/section-options.twig");
}
}