";
// line 26
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 27
echo " ";
ob_start(function () { return ''; });
echo __("An optional name for this widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 28
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "name"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 30
ob_start(function () { return ''; });
echo __("Set a duration?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
ob_start(function () { return ''; });
echo __("Select to provide a specific duration for this Widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 32
echo " ";
echo $context["forms"]->getcheckbox("useDuration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getUseDuration", [], "method"), ($context["helpText"] ?? null));
echo "
";
// line 34
ob_start(function () { return ''; });
echo __("Duration");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 35
echo " ";
ob_start(function () { return ''; });
echo __("The duration in seconds this item should be displayed.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
echo $context["forms"]->getnumber("duration", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getDuration", [], "method"), ($context["helpText"] ?? null), "duration-fields", "required");
echo "
";
// line 38
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
ob_start(function () { return ''; });
echo __("Enable the collection of Proof of Play statistics for this Widget. 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 40
echo "
";
// line 41
ob_start(function () { return ''; });
echo __("Off");
$context["offOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo " ";
ob_start(function () { return ''; });
echo __("On");
$context["onOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
ob_start(function () { return ''; });
echo __("Inherit");
$context["inheritOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 44
echo " ";
$context["options"] = [0 => ["id" => "Off", "value" => // line 45
($context["offOption"] ?? null)], 1 => ["id" => "On", "value" => // line 46
($context["onOption"] ?? null)], 2 => ["id" => "Inherit", "value" => // line 47
($context["inheritOption"] ?? null)]];
// line 49
echo " ";
echo $context["forms"]->getdropdown("enableStat", "single", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "enableStat", 1 => $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "WIDGET_STATS_ENABLED_DEFAULT"], "method")], "method"), ($context["options"] ?? null), "id", "value", ($context["helpText"] ?? null));
echo "
";
// line 53
ob_start(function () { return ''; });
echo __("Use the Display Location");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start(function () { return ''; });
echo __("Use the location configured on the display");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $context["forms"]->getcheckbox("useDisplayLocation", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "useDisplayLocation"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 57
ob_start(function () { return ''; });
echo __("Latitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("The Latitude for this widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->getnumber("latitude", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "latitude"], "method"), ($context["helpText"] ?? null), "locationControls");
echo "
";
// line 61
ob_start(function () { return ''; });
echo __("Longitude");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
ob_start(function () { return ''; });
echo __("The Longitude for this widget");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
echo $context["forms"]->getnumber("longitude", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "longitude"], "method"), ($context["helpText"] ?? null), "locationControls");
echo "
";
// line 65
ob_start(function () { return ''; });
echo __("Zoom");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("How far should the map be zoomed in? The higher the number the closer, 1 represents the entire globe.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
echo $context["forms"]->getnumber("zoom", ($context["title"] ?? null), $this->getAttribute(($context["module"] ?? null), "getOption", [0 => "zoom"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 71
ob_start(function () { return ''; });
echo __("This module is rendered on the Player which means the Player must have an internet connection.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null), "alert alert-info");
echo "
";
// line 74
if (($this->getAttribute(($context["module"] ?? null), "getSetting", [0 => "apiKey"], "method") == "")) {
// line 75
echo " ";
ob_start(function () { return ''; });
echo __("The Traffic Widget has not been configured yet, please ask your CMS Administrator to look at it for you.");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 76
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null), "alert alert-danger");
echo "
";
}
// line 78
echo "