";
// line 55
ob_start(function () { return ''; });
echo __("Event Type");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
ob_start(function () { return ''; });
echo __("Select the type of event to schedule");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
ob_start(function () { return ''; });
echo __("Layout");
$context["layoutEventType"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("Campaign");
$context["campaignEventType"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
ob_start(function () { return ''; });
echo __("Command");
$context["commandEventType"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 60
echo " ";
ob_start(function () { return ''; });
echo __("Overlay Layout");
$context["overlayEventType"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 61
echo " ";
ob_start(function () { return ''; });
echo __("Interrupt Layout");
$context["interruptEventType"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
$context["eventTypes"] = [0 => ["id" => 1, "label" => // line 63
($context["layoutEventType"] ?? null)], 1 => ["id" => 5, "label" => // line 64
($context["campaignEventType"] ?? null)], 2 => ["id" => 2, "label" => // line 65
($context["commandEventType"] ?? null)], 3 => ["id" => 3, "label" => // line 66
($context["overlayEventType"] ?? null)], 4 => ["id" => 4, "label" => // line 67
($context["interruptEventType"] ?? null)]];
// line 69
echo " ";
echo $context["forms"]->getdropdown("eventTypeId", "single", ($context["title"] ?? null), "", ($context["eventTypes"] ?? null), "id", "label", ($context["helpText"] ?? null));
echo "
";
// line 71
ob_start(function () { return ''; });
echo __("Display");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
ob_start(function () { return ''; });
echo __("Please select one or more displays / groups for this event to be shown on.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
$context["attributes"] = [0 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("schedule.displayGroup.search")], 1 => ["name" => "data-trans-groups", "value" => __("Groups")], 2 => ["name" => "data-trans-display", "value" => __("Display")]];
// line 78
echo " ";
echo $context["forms"]->getdropdown("displayGroupIds[]", "dropdownmulti", ($context["title"] ?? null), ($context["displayGroupIds"] ?? null), ($context["displayGroups"] ?? null), "displayGroupId", "displayGroup", ($context["helpText"] ?? null), "", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 80
ob_start(function () { return ''; });
echo __("Dayparting");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 81
echo " ";
ob_start(function () { return ''; });
echo __("Select the dayparting information for this event. To set your own times select custom and to have the event run constantly select Always.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 82
echo "
";
// line 97
ob_start(function () { return ''; });
echo __("Start Time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 98
echo " ";
ob_start(function () { return ''; });
echo __("Select the start time for this event");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 99
echo " ";
echo $context["forms"]->getdateTime("fromDt", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "starttime-control", "required");
echo "
";
// line 101
ob_start(function () { return ''; });
echo __("End Time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo " ";
ob_start(function () { return ''; });
echo __("Select the end time for this event");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 103
echo " ";
echo $context["forms"]->getdateTime("toDt", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "endtime-control", "required");
echo "
";
// line 106
echo " ";
$context["attributes"] = [0 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("schedule.campaign.search")], 1 => ["name" => "data-search-is-layout-specific", "value" => -1], 2 => ["name" => "data-trans-layout", "value" => __("Layout")], 3 => ["name" => "data-trans-layout-help-text", "value" => __("Please select a Layout for this Event to show")], 4 => ["name" => "data-trans-layout", "value" => __("Campaign")], 5 => ["name" => "data-trans-layout-help-text", "value" => __("Please select a Campaign for this Event to show")]];
// line 114
echo "
";
// line 115
ob_start(function () { return ''; });
echo __("Layout");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 116
echo " ";
ob_start(function () { return ''; });
echo __("Please select a Layout for this Event to show");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 117
echo " ";
echo $context["forms"]->getdropdown("campaignId", "single", ($context["title"] ?? null), "", null, "id", "value", ($context["helpText"] ?? null), "layout-control", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 139
ob_start(function () { return ''; });
echo __("Command");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 140
echo " ";
ob_start(function () { return ''; });
echo __("Please select a command for this Event.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 141
echo " ";
echo $context["forms"]->getdropdown("commandId", "single", ($context["title"] ?? null), "", twig_array_merge([0 => ["commandId" => "", "command" => ""]], ($context["commands"] ?? null)), "commandId", "command", ($context["helpText"] ?? null), "command-control");
echo "
";
// line 143
ob_start(function () { return ''; });
echo __("Display Order");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 144
echo " ";
ob_start(function () { return ''; });
echo __("Please select the order this event should appear in relation to others when there is more than one event scheduled");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 145
echo " ";
echo $context["forms"]->getnumber("displayOrder", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "displayOrder-control");
echo "
";
// line 147
ob_start(function () { return ''; });
echo __("Priority");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 148
echo " ";
ob_start(function () { return ''; });
echo __("Sets the event priority - events with the highest priority play in preference to lower priority events.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 149
echo " ";
echo $context["forms"]->getnumber("isPriority", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "priority-control");
echo "
";
// line 151
ob_start(function () { return ''; });
echo __("Run at CMS Time?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 152
echo " ";
ob_start(function () { return ''; });
echo __("When selected, your event will run according to the timezone set on the CMS, otherwise the event will run at Display local time");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 153
echo " ";
echo $context["forms"]->getcheckbox("syncTimezone", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 155
if (($this->getAttribute(($context["settings"] ?? null), "EVENT_SYNC", []) == 1)) {
// line 156
echo " ";
ob_start(function () { return ''; });
echo __("Synchronise this event?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 157
echo " ";
ob_start(function () { return ''; });
echo __("When selected, all selected players will attempt to synchronise the output (Supported on Android player only)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 158
echo " ";
echo $context["forms"]->getcheckbox("syncEvent", ($context["title"] ?? null), 0, ($context["helpText"] ?? null), "sync-schedule-control");
echo "
";
}
// line 160
echo "
";
// line 164
ob_start(function () { return ''; });
echo __("Repeats");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 165
echo " ";
ob_start(function () { return ''; });
echo __("Select the type of Repeat required for this Event.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 166
echo " ";
ob_start(function () { return ''; });
echo __("None");
$context["noneOption"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 167
echo " ";
ob_start(function () { return ''; });
echo __("Per Minute");
$context["minute"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 168
echo " ";
ob_start(function () { return ''; });
echo __("Hourly");
$context["hourly"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 169
echo " ";
ob_start(function () { return ''; });
echo __("Daily");
$context["daily"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 170
echo " ";
ob_start(function () { return ''; });
echo __("Weekly");
$context["weekly"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 171
echo " ";
ob_start(function () { return ''; });
echo __("Monthly");
$context["monthly"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 172
echo " ";
ob_start(function () { return ''; });
echo __("Yearly");
$context["yearly"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 173
echo " ";
$context["options"] = [0 => ["id" => "", "name" => // line 174
($context["noneOption"] ?? null)], 1 => ["id" => "Minute", "name" => // line 175
($context["minute"] ?? null)], 2 => ["id" => "Hour", "name" => // line 176
($context["hourly"] ?? null)], 3 => ["id" => "Day", "name" => // line 177
($context["daily"] ?? null)], 4 => ["id" => "Week", "name" => // line 178
($context["weekly"] ?? null)], 5 => ["id" => "Month", "name" => // line 179
($context["monthly"] ?? null)], 6 => ["id" => "Year", "name" => // line 180
($context["yearly"] ?? null)]];
// line 182
echo " ";
echo $context["forms"]->getdropdown("recurrenceType", "single", ($context["title"] ?? null), "", ($context["options"] ?? null), "id", "name", ($context["helpText"] ?? null));
echo "
";
// line 184
ob_start(function () { return ''; });
echo __("Use the drop-down to select which days of the week this Event should be repeated.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 185
echo " ";
ob_start(function () { return ''; });
echo __("Monday");
$context["monday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 186
echo " ";
ob_start(function () { return ''; });
echo __("Tuesday");
$context["tuesday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 187
echo " ";
ob_start(function () { return ''; });
echo __("Wednesday");
$context["wednesday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 188
echo " ";
ob_start(function () { return ''; });
echo __("Thursday");
$context["thursday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 189
echo " ";
ob_start(function () { return ''; });
echo __("Friday");
$context["friday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 190
echo " ";
ob_start(function () { return ''; });
echo __("Saturday");
$context["saturday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 191
echo " ";
ob_start(function () { return ''; });
echo __("Sunday");
$context["sunday"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 192
echo " ";
$context["options"] = [0 => ["id" => 1, "name" => // line 193
($context["monday"] ?? null)], 1 => ["id" => 2, "name" => // line 194
($context["tuesday"] ?? null)], 2 => ["id" => 3, "name" => // line 195
($context["wednesday"] ?? null)], 3 => ["id" => 4, "name" => // line 196
($context["thursday"] ?? null)], 4 => ["id" => 5, "name" => // line 197
($context["friday"] ?? null)], 5 => ["id" => 6, "name" => // line 198
($context["saturday"] ?? null)], 6 => ["id" => 7, "name" => // line 199
($context["sunday"] ?? null)]];
// line 201
echo " ";
echo $context["forms"]->getdropdown("recurrenceRepeatsOn[]", "dropdownmulti", "", $this->getAttribute(($context["event"] ?? null), "recurrenceRepeatsOn", []), ($context["options"] ?? null), "id", "name", ($context["helpText"] ?? null), "repeat-weekly-control-group");
echo "
";
// line 203
ob_start(function () { return ''; });
echo __("Should this Event Repeat by Day of the month (eg. Monthly on Day 21) or by a Weekday in the month (eg. Monthly on the third Thursday).");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 204
echo " ";
$context["attributes"] = [0 => ["name" => "data-trans-day", "value" => __("on the [DAY] day")], 1 => ["name" => "data-trans-weekday", "value" => __("on the [POSITION] [WEEKDAY]")]];
// line 208
echo " ";
echo $context["forms"]->getdropdown("recurrenceMonthlyRepeatsOn", "single", "", 0, [], "id", "name", ($context["helpText"] ?? null), "repeat-monthly-control-group", "", "", "", ($context["attributes"] ?? null));
echo "
";
// line 210
ob_start(function () { return ''; });
echo __("Every");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 211
echo " ";
ob_start(function () { return ''; });
echo __("Include a number to determine the Repeat frequency required for this Event.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 212
echo "
";
// line 223
ob_start(function () { return ''; });
echo __("Until");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 224
echo " ";
ob_start(function () { return ''; });
echo __("Provide a date and time to end the Repeat for this Event. Leave empty to Repeat indefinitely.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 225
echo " ";
echo $context["forms"]->getdateTime("recurrenceRange", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "repeat-control-group", "", "");
echo "