";
// line 37
ob_start(function () { return ''; });
echo __("Subject");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 38
echo " ";
ob_start(function () { return ''; });
echo __("A subject line for the notification - used as a title.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
echo $context["forms"]->getinput("subject", ($context["title"] ?? null), $this->getAttribute(($context["notification"] ?? null), "subject", []), ($context["helpText"] ?? null), "", "required");
echo "
";
// line 41
ob_start(function () { return ''; });
echo __("Release Date");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo " ";
ob_start(function () { return ''; });
echo __("The date when this notification will be published");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
echo $context["forms"]->getdateTime("releaseDt", ($context["title"] ?? null), $this->getAttribute(($context["notification"] ?? null), "releaseDt", []), ($context["helpText"] ?? null), "starttime-control", "required");
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Email?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
echo " ";
ob_start(function () { return ''; });
echo __("Should the notification be emailed?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
echo " ";
echo $context["forms"]->getcheckBox("isEmail", ($context["title"] ?? null), $this->getAttribute(($context["notification"] ?? null), "isEmail", []), ($context["helpText"] ?? null));
echo "
";
// line 49
ob_start(function () { return ''; });
echo __("Interrupt?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 50
echo " ";
ob_start(function () { return ''; });
echo __("Should the notification interrupt nagivation in the Web Portal? Including Login.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
echo $context["forms"]->getcheckBox("isInterrupt", ($context["title"] ?? null), $this->getAttribute(($context["notification"] ?? null), "isInterrupt", []), ($context["helpText"] ?? null));
echo "
";
// line 55
ob_start(function () { return ''; });
echo __("Add the body of your message in the box below. If you are going to target this message to a Display/DisplayGroup be aware that the formatting you apply here will be removed.");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
echo $context["forms"]->getmessage(($context["title"] ?? null));
echo "
";
// line 58
echo $context["forms"]->gettextarea("body", "", $this->getAttribute(($context["notification"] ?? null), "body", []), "", "", 10);
echo "
";
// line 61
ob_start(function () { return ''; });
echo __("Users");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
ob_start(function () { return ''; });
echo __("Please select one or more users / groups who will receive this notification.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"]];
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("Groups");
$context["transUserGroups"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
ob_start(function () { return ''; });
echo __("Users");
$context["transUsers"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
$context["optionGroups"] = [0 => ["id" => "group", "label" => // line 69
($context["transUserGroups"] ?? null)], 1 => ["id" => "user", "label" => // line 70
($context["transUsers"] ?? null)]];
// line 72
echo " ";
echo $context["forms"]->getdropdown("userGroupIds[]", "dropdownmulti", ($context["title"] ?? null), ($context["userGroupIds"] ?? null), ["group" => ($context["userGroups"] ?? null), "user" => ($context["users"] ?? null)], "groupId", "group", ($context["helpText"] ?? null), "selectPicker", "", "", "", ($context["attributes"] ?? null), ($context["optionGroups"] ?? null));
echo "
";
// line 74
ob_start(function () { return ''; });
echo __("Non users");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo " ";
ob_start(function () { return ''; });
echo __("Additional emails separated by a comma.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 76
echo " ";
echo $context["forms"]->getinputWithTags("nonusers", ($context["title"] ?? null), $this->getAttribute(($context["notification"] ?? null), "nonusers", []), ($context["helpText"] ?? null));
echo "
";
// line 78
ob_start(function () { return ''; });
echo __("Displays");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
ob_start(function () { return ''; });
echo __("Please select one or more displays / groups for this notification to be shown on - Layouts will need the notification widget.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 80
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "100%"]];
// line 83
echo " ";
ob_start(function () { return ''; });
echo __("Groups");
$context["transGroups"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
ob_start(function () { return ''; });
echo __("Display");
$context["transDisplays"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 85
echo " ";
$context["optionGroups"] = [0 => ["id" => "group", "label" => // line 86
($context["transGroups"] ?? null)], 1 => ["id" => "display", "label" => // line 87
($context["transDisplays"] ?? null)]];
// line 89
echo " ";
echo $context["forms"]->getdropdown("displayGroupIds[]", "dropdownmulti", ($context["title"] ?? null), ($context["displayGroupIds"] ?? null), ["group" => ($context["displayGroups"] ?? null), "display" => ($context["displays"] ?? null)], "displayGroupId", "displayGroup", ($context["helpText"] ?? null), "selectPicker", "", "", "", ($context["attributes"] ?? null), ($context["optionGroups"] ?? null));
echo "
env, $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("notification.exportattachment", ["id" => $this->getAttribute(($context["notification"] ?? null), "notificationId", [])]), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["notification"] ?? null), "originalFileName", []), "html", null, true);
echo "