";
// line 42
ob_start(function () { return ''; });
echo __("Please select one or more Playlists to embed. If selecting more than one use the Configuration tab to adjust how each Playlist is combined.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
echo $context["forms"]->getmessage(($context["helpText"] ?? null));
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Optionally set Spot options to expand or shrink each Playlist to a particular size or duration. Leave the Spot options empty to use the count of Widgets in each Playlist.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
echo " ";
echo $context["forms"]->getmessage(($context["helpText"] ?? null));
echo "
";
// line 48
ob_start(function () { return ''; });
echo __("Setting Spots to 0 will omit the first Playlist from the play order, and will be used as a Spot Fill option.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 49
echo " ";
echo $context["forms"]->getmessage(($context["helpText"] ?? null));
echo "
#
";
// line 54
echo twig_escape_filter($this->env, __("Playlists"), "html", null, true);
echo "
";
// line 56
ob_start(function () { return ''; });
echo __("How many spots would you like on this Sub-Playlist? This is used before ordering to expand or shrink the list to the specified size. Leave empty to use the count of Widgets.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo "
env, ($context["helpText"] ?? null), "html", null, true);
echo "\" data-toggle=\"tooltip\" data-placement=\"top\">
";
// line 58
echo twig_escape_filter($this->env, __("Spots"), "html", null, true);
echo "
";
// line 60
ob_start(function () { return ''; });
echo __("Set the duration of all Widgets in the Playlist to a specific value in seconds. Leave empty to use each Widget duration.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 61
echo "
env, ($context["helpText"] ?? null), "html", null, true);
echo "\" data-toggle=\"tooltip\" data-placement=\"top\">
";
// line 62
echo twig_escape_filter($this->env, __("Spot Length"), "html", null, true);
echo "
";
// line 64
ob_start(function () { return ''; });
echo __("If there are not enough Widgets fill all spots, how should the remaining spots be filled?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 65
echo "
env, ($context["helpText"] ?? null), "html", null, true);
echo "\" data-toggle=\"tooltip\" data-placement=\"top\">
";
// line 66
echo twig_escape_filter($this->env, __("Spot Fill"), "html", null, true);
echo "
env, ($context["helpText"] ?? null), "html", null, true);
echo "\" data-toggle=\"tooltip\" data-placement=\"top\">
";
// line 76
ob_start(function () { return ''; });
echo __("Playlist Ordering");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 77
echo " ";
ob_start(function () { return ''; });
echo __("How would you like the Widgets on these Playlists to be ordered?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
ob_start(function () { return ''; });
echo __("Play all - Playlists will play in their entirety one after the other in the order they appear on the General tab");
$context["noneOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start(function () { return ''; });
echo __("Round Robin - take one Widget from each Playlist in the order they appear on the General tab and repeat");
$context["robinOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
ob_start(function () { return ''; });
echo __("Auto - ensure Widgets are played evenly from each Playlist using the total count of Widgets on all Playlists");
$context["evenOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
$context["options"] = [0 => ["id" => "none", "value" => // line 82
($context["noneOption"] ?? null)], 1 => ["id" => "roundrobin", "value" => // line 83
($context["robinOption"] ?? null)], 2 => ["id" => "even", "value" => // line 84
($context["evenOption"] ?? null)]];
// line 86
echo " ";
echo $context["forms"]->getdropdown("arrangement", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "arrangement"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 88
ob_start(function () { return ''; });
echo __("Remaining Widgets");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 89
echo " ";
ob_start(function () { return ''; });
echo __("If there are Widgets left unordered at the end, what should be done with these Widgets?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 90
echo " ";
ob_start(function () { return ''; });
echo __("Add - After ordering any remaining Widgets are to be added to the end");
$context["noneOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 91
echo " ";
ob_start(function () { return ''; });
echo __("Discard - Uses the Playlist with the least Widgets and ignores remaining Widgets on the longer Playlists");
$context["dropOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 92
echo " ";
ob_start(function () { return ''; });
echo __("Repeat - Uses the Playlist with the most Widgets and repeats remaining Widgets on the shorter Playlists");
$context["repeatOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 93
echo " ";
$context["options"] = [0 => ["id" => "none", "value" => // line 94
($context["noneOption"] ?? null)], 1 => ["id" => "drop", "value" => // line 95
($context["dropOption"] ?? null)], 2 => ["id" => "repeat", "value" => // line 96
($context["repeatOption"] ?? null)]];
// line 98
echo " ";
echo $context["forms"]->getdropdown("remainder", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "remainder"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "