";
// line 73
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
echo " ";
ob_start(function () { return ''; });
echo __("The Name of the Playlist - (1 - 50 characters)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 77
ob_start(function () { return ''; });
echo __("Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
ob_start(function () { return ''; });
echo __("Tags for this Playlist - Comma separated string of Tags or Tag|Value format. If you choose a Tag that has associated values, they will be shown for selection below.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
echo $context["forms"]->getinputWithTags("tags", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "tags-with-value");
echo "
";
// line 83
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
echo $context["forms"]->getdropdown("tagValue", "single", ($context["title"] ?? null), "", ($context["options"] ?? null), "key", "value");
echo "
";
// line 87
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 88
echo " ";
ob_start(function () { return ''; });
echo __("Please provide the value for this Tag and confirm by pressing enter on your keyboard.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 89
echo " ";
echo $context["forms"]->getinput("tagValueInput", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 93
echo __("This tag requires a set value, please select one from the Tag value dropdown or provide Tag value in the dedicated field.");
echo "
";
// line 96
ob_start(function () { return ''; });
echo __("Dynamic?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
ob_start(function () { return ''; });
echo __("Is the Playlist to have Library media assignments managed automatically by the CMS based on filter criteria? Set a filter on the next tab.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 98
echo " ";
echo $context["forms"]->getcheckbox("isDynamic", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 100
ob_start(function () { return ''; });
echo __("Enable Playlist Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
echo " ";
ob_start(function () { return ''; });
echo __("Enable the collection of Proof of Play statistics for this Playlist. Ensure that ‘Enable Stats Collection’ is set to ‘On’ in the Display Settings.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo "
";
// line 103
ob_start(function () { return ''; });
echo __("If you want to prepopulate your Playlist with Media using a search, then you can do so on the filter tab. Leave the Dynamic checkbox unticked to make it a one-time assignment.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 104
echo " ";
echo $context["forms"]->getalert(($context["message"] ?? null), "info");
echo "
";
// line 106
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 107
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 108
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 109
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 110
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 111
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 112
($context["inheritOption"] ?? null)]];
// line 114
echo " ";
echo $context["forms"]->getdropdown("enableStat", "single", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "PLAYLIST_STATS_ENABLED_DEFAULT"], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "