";
// line 38
$this->loadTemplate("displayprofile-form-edit-common-fields.twig", "displayprofile-form-edit-windows.twig", 38)->display($context);
// line 39
echo "
";
// line 40
$context["title"] = __("Collect interval");
// line 41
echo " ";
$context["helpText"] = __("How often should the Player check for new content.");
// line 42
echo " ";
$context["options"] = [0 => ["id" => 60, "value" => __("1 minute")], 1 => ["id" => 300, "value" => __("5 minutes")], 2 => ["id" => 600, "value" => __("10 minutes")], 3 => ["id" => 1800, "value" => __("30 minutes")], 4 => ["id" => 3600, "value" => __("1 hour")], 5 => ["id" => 5400, "value" => __("1 hour 30 minutes")], 6 => ["id" => 7200, "value" => __("2 hours")], 7 => ["id" => 9000, "value" => __("2 hours 30 minutes")], 8 => ["id" => 10800, "value" => __("3 hours")], 9 => ["id" => 12600, "value" => __("3 hours 30 minutes")], 10 => ["id" => 14400, "value" => __("4 hours")], 11 => ["id" => 18000, "value" => __("5 hours")], 12 => ["id" => 21600, "value" => __("6 hours")], 13 => ["id" => 25200, "value" => __("7 hours")], 14 => ["id" => 28800, "value" => __("8 hours")], 15 => ["id" => 32400, "value" => __("9 hours")], 16 => ["id" => 36000, "value" => __("10 hours")], 17 => ["id" => 39600, "value" => __("11 hours")], 18 => ["id" => 43200, "value" => __("12 hours")], 19 => ["id" => 86400, "value" => __("24 hours")]];
// line 64
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "collectInterval", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "collectInterval"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 66
$context["title"] = __("XMR Public Address");
// line 67
echo " ";
$context["helpText"] = __("Please enter the public address for XMR.");
// line 68
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "xmrNetworkAddress", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "xmrNetworkAddress"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 70
$context["title"] = __("Enable stats reporting?");
// line 71
echo " ";
$context["helpText"] = __("Should the application send proof of play stats to the CMS.");
// line 72
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "statsEnabled", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "statsEnabled"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 74
$context["title"] = __("Aggregation level");
// line 75
echo " ";
$context["helpText"] = __("Set the level of collection for Proof of Play Statistics to be applied to selected Layouts / Media and Widget items.");
// line 76
echo " ";
$context["options"] = [0 => ["id" => "Individual", "value" => __("Individual")], 1 => ["id" => "Hourly", "value" => __("Hourly")], 2 => ["id" => "Daily", "value" => __("Daily")]];
// line 81
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "aggregationLevel", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "aggregationLevel"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null), 8 => "aggregation-level"], "method"), "html", null, true);
echo "
";
// line 83
$context["title"] = __("Record geolocation on each Proof of Play?");
// line 84
echo " ";
$context["helpText"] = __("If the geolocation of the Display is known, enable to record that location against each proof of play record.");
// line 85
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "isRecordGeoLocationOnProofOfPlay", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "isRecordGeoLocationOnProofOfPlay"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 87
$context["title"] = __("Enable PowerPoint?");
// line 88
echo " ";
$context["helpText"] = __("Should Microsoft PowerPoint be Enabled? The Player will need PowerPoint installed to Display PowerPoint files.");
// line 89
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "powerpointEnabled", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "powerpointEnabled"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 95
$context["title"] = __("Download Window Start Time");
// line 96
echo " ";
$context["helpText"] = __("The start of the time window to connect to the CMS and download updates.");
// line 97
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "time", [0 => "downloadStartWindow", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "downloadStartWindow"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 99
$context["title"] = __("Download Window End Time");
// line 100
echo " ";
$context["helpText"] = __("The end of the time window to connect to the CMS and download updates.");
// line 101
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "time", [0 => "downloadEndWindow", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "downloadEndWindow"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 103
$context["title"] = __("Force HTTPS?");
// line 104
echo " ";
$context["helpText"] = __("Should Displays be forced to use HTTPS connection to the CMS?");
// line 105
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "forceHttps", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "forceHttps"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 107
$context["title"] = __("Operating Hours");
// line 108
echo " ";
$context["helpText"] = __("Select a day part that should act as operating hours for this display - email alerts will not be sent outside of operating hours");
// line 109
echo " ";
$context["attributes"] = [0 => ["name" => "data-width", "value" => "300px"], 1 => ["name" => "data-allow-clear", "value" => "true"], 2 => ["name" => "data-placeholder--id", "value" => null], 3 => ["name" => "data-placeholder--value", "value" => ""], 4 => ["name" => "data-search-url", "value" => $this->env->getExtension('Slim\Views\TwigExtension')->urlFor("daypart.search")], 5 => ["name" => "data-search-term", "value" => "name"], 6 => ["name" => "data-id-property", "value" => "dayPartId"], 7 => ["name" => "data-text-property", "value" => "name"], 8 => ["name" => "data-filter-options", "value" => "{\"isAlways\":\"0\", \"isCustom\":\"0\"}"]];
// line 120
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "dayPartId", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "dayPartId"], "method"), 4 => twig_array_merge([0 => ["dayPartId" => null, "name" => ""]], ($context["dayParts"] ?? null)), 5 => "dayPartId", 6 => "name", 7 => ($context["helpText"] ?? null), 8 => "pagedSelect", 9 => "", 10 => "", 11 => "", 12 => ($context["attributes"] ?? null)], "method"), "html", null, true);
echo "
";
// line 122
$context["title"] = __("Authentication Whitelist");
// line 123
echo " ";
$context["helpText"] = __("A comma separated list of domains which should be allowed to perform NTML/Negotiate authentication.");
// line 124
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "authServerWhitelist", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "authServerWhitelist"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 126
$context["title"] = __("Edge Browser Whitelist");
// line 127
echo " ";
$context["helpText"] = __("A comma separated list of website urls which should be rendered by the Edge Browser instead of Chromium.");
// line 128
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "edgeBrowserWhitelist", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "edgeBrowserWhitelist"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 133
$context["title"] = __("Width");
// line 134
echo " ";
$context["helpText"] = __("The Width of the Display Window. 0 means full width.");
// line 135
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "sizeX", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sizeX"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 137
$context["title"] = __("Height");
// line 138
echo " ";
$context["helpText"] = __("The Height of the Display Window. 0 means full height.");
// line 139
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "sizeY", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sizeY"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 141
$context["title"] = __("Left Coordinate");
// line 142
echo " ";
$context["helpText"] = __("The left pixel position the display window should be sized from.");
// line 143
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "offsetX", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "offsetX"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 145
$context["title"] = __("Top Coordinate");
// line 146
echo " ";
$context["helpText"] = __("The top pixel position the display window should be sized from.");
// line 147
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "offsetY", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "offsetY"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 153
$context["title"] = __("CTRL Key required to access Player Information Screen?");
// line 154
echo " ";
$context["helpText"] = __("Should the Player information screen require the CTRL key?");
// line 155
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "clientInfomationCtrlKey", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "clientInfomationCtrlKey"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 157
$context["title"] = __("Key for Player Information Screen");
// line 158
echo " ";
$context["helpText"] = __("Which key should activate the Player information screen? A single character.");
// line 159
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "clientInformationKeyCode", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "clientInformationKeyCode"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 161
$context["title"] = __("Log Level");
// line 162
echo " ";
$context["helpText"] = __("The logging level that should be recorded by the Player.");
// line 163
echo " ";
$context["options"] = [0 => ["id" => "audit", "value" => __("Audit")], 1 => ["id" => "info", "value" => __("Information")], 2 => ["id" => "error", "value" => __("Error")], 3 => ["id" => "off", "value" => __("Off")]];
// line 169
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "logLevel", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "logLevel"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 171
$context["title"] = __("Log file path name.");
// line 172
echo " ";
$context["helpText"] = __("Create a log file on disk in this location. Please enter a fully qualified path.");
// line 173
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "logToDiskLocation", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "logToDiskLocation"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 179
$context["title"] = __("Show the icon in the task bar?");
// line 180
echo " ";
$context["helpText"] = __("Should the application icon be shown in the task bar?");
// line 181
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "showInTaskbar", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "showInTaskbar"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 183
$context["title"] = __("Cursor Start Position");
// line 184
echo " ";
$context["helpText"] = __("The position of the cursor when the Player starts up.");
// line 185
echo " ";
$context["options"] = [0 => ["id" => "Unchanged", "value" => __("Unchanged")], 1 => ["id" => "Top Left", "value" => __("Top Left")], 2 => ["id" => "Top Right", "value" => __("Top Right")], 3 => ["id" => "Bottom Left", "value" => __("Bottom Left")], 4 => ["id" => "Bottom Right", "value" => __("Bottom Right")]];
// line 192
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "dropdown", [0 => "cursorStartPosition", 1 => "single", 2 => ($context["title"] ?? null), 3 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "cursorStartPosition"], "method"), 4 => ($context["options"] ?? null), 5 => "id", 6 => "value", 7 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 194
$context["title"] = __("Enable Double Buffering");
// line 195
echo " ";
$context["helpText"] = __("Double buffering helps smooth the playback but should be disabled if graphics errors occur");
// line 196
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "doubleBuffering", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "doubleBuffering"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 198
$context["title"] = __("Duration for Empty Layouts");
// line 199
echo " ";
$context["helpText"] = __("If an empty layout is detected how long (in seconds) should it remain on screen? Must be greater than 1.");
// line 200
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "emptyLayoutDuration", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "emptyLayoutDuration"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 202
$context["title"] = __("Enable Mouse");
// line 203
echo " ";
$context["helpText"] = __("Enable the mouse.");
// line 204
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "enableMouse", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "enableMouse"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 206
$context["title"] = __("Enable Shell Commands");
// line 207
echo " ";
$context["helpText"] = __("Enable the Shell Command module.");
// line 208
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "enableShellCommands", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "enableShellCommands"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 210
if (($this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_CURRENT_LAYOUT_STATUS_ENABLED", 1 => 0], "method") == 1)) {
// line 211
echo " ";
$context["title"] = __("Notify current layout");
// line 212
echo " ";
$context["helpText"] = __("When enabled the Player will send the current layout to the CMS each time it changes. Warning: This is bandwidth intensive and should be disabled unless on a LAN.");
// line 213
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "sendCurrentLayoutAsStatusUpdate", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "sendCurrentLayoutAsStatusUpdate"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
}
// line 215
echo "
";
// line 216
$context["title"] = __("Expire Modified Layouts?");
// line 217
echo " ";
$context["helpText"] = __("Expire Modified Layouts immediately on change. This means a layout can be cut during playback if it receives an update from the CMS");
// line 218
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "expireModifiedLayouts", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "expireModifiedLayouts"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 220
$context["title"] = __("Maximum concurrent downloads");
// line 221
echo " ";
$context["helpText"] = __("The maximum number of concurrent downloads the Player will attempt.");
// line 222
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "maxConcurrentDownloads", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "maxConcurrentDownloads"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 224
$context["title"] = __("Shell Command Allow List");
// line 225
echo " ";
$context["helpText"] = __("Which shell commands should the Player execute?");
// line 226
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "shellCommandAllowList", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "shellCommandAllowList"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 228
if (($this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DISPLAY_PROFILE_SCREENSHOT_INTERVAL_ENABLED", 1 => 0], "method") == 1)) {
// line 229
echo " ";
$context["title"] = __("Screen shot interval");
// line 230
echo " ";
$context["helpText"] = __("The duration between status screen shots in minutes. 0 to disable. Warning: This is bandwidth intensive.");
// line 231
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "screenShotRequestInterval", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "screenShotRequestInterval"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
}
// line 233
echo "
";
// line 234
$context["title"] = __("Screen Shot Size");
// line 235
echo " ";
$context["helpText"] = __("The size of the largest dimension. Empty or 0 means the screen size.");
// line 236
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "input", [0 => "screenShotSize", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "screenShotSize"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 238
$context["title"] = __("Limit the number of log files uploaded concurrently");
// line 239
echo " ";
$context["helpText"] = __("The number of log files to upload concurrently. The lower the number the longer it will take, but the better for memory usage.");
// line 240
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "maxLogFileUploads", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "maxLogFileUploads"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 242
$context["title"] = __("Embedded Web Server Port");
// line 243
echo " ";
$context["helpText"] = __("The port number to use for the embedded web server on the Player. Only change this if there is a port conflict reported on the status screen.");
// line 244
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "number", [0 => "embeddedServerPort", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "embeddedServerPort"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 246
$context["title"] = __("Prevent Sleep?");
// line 247
echo " ";
$context["helpText"] = __("Stop the player PC power management from Sleeping the PC");
// line 248
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute(($context["forms"] ?? null), "checkbox", [0 => "preventSleep", 1 => ($context["title"] ?? null), 2 => $this->getAttribute(($context["displayProfile"] ?? null), "getSetting", [0 => "preventSleep"], "method"), 3 => ($context["helpText"] ?? null)], "method"), "html", null, true);
echo "
";
// line 252
if ((twig_length_filter($this->env, ($context["commands"] ?? null)) > 0)) {
// line 253
echo "
";
// line 254
$this->loadTemplate("displayprofile-form-edit-command-fields.twig", "displayprofile-form-edit-windows.twig", 254)->display($context);
// line 255
echo "
";
}
// line 257
echo "