";
// line 54
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
ob_start(function () { return ''; });
echo __("The Name of the Layout - (1 - 50 characters)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 58
ob_start(function () { return ''; });
echo __("Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
ob_start(function () { return ''; });
echo __("Tags for this Layout - 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 60
echo " ";
echo $context["forms"]->getinputWithTags("tags", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "tags-with-value");
echo "
";
// line 64
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 65
echo " ";
echo $context["forms"]->getdropdown("tagValue", "single", ($context["title"] ?? null), "", ($context["options"] ?? null), "key", "value");
echo "
";
// line 68
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
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 70
echo " ";
echo $context["forms"]->getinput("tagValueInput", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 74
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 77
ob_start(function () { return ''; });
echo __("Template");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
ob_start(function () { return ''; });
echo __("Optionally choose a template you have saved before.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
echo " ";
$context["layouts"] = twig_array_merge([0 => ["layoutId" => null, "layout" => ""]], ($context["layouts"] ?? null));
// line 80
echo " ";
echo $context["forms"]->getdropdown("layoutId", "single", ($context["title"] ?? null), "", ($context["layouts"] ?? null), "layoutId", "layout", ($context["helpText"] ?? null));
echo "
";
// line 82
ob_start(function () { return ''; });
echo __("Resolution");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
ob_start(function () { return ''; });
echo __("Choose the resolution this Layout should be designed for.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
echo $context["forms"]->getdropdown("resolutionId", "single", ($context["title"] ?? null), "", ($context["resolutions"] ?? null), "resolutionId", "resolution", ($context["helpText"] ?? null), "resolution-group");
echo "
";
// line 86
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 87
echo " ";
ob_start(function () { return ''; });
echo __("Enable the collection of Proof of Play statistics for this Layout. 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 88
echo " ";
echo $context["forms"]->getcheckbox("enableStat", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "LAYOUT_STATS_ENABLED_DEFAULT"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 90
ob_start(function () { return ''; });
echo __("Automatically apply Transitions?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 91
echo " ";
ob_start(function () { return ''; });
echo __("When enabled, the default Transition type and duration will be applied to all widgets on this Layout.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 92
echo " ";
echo $context["forms"]->getcheckbox("autoApplyTransitions", ($context["title"] ?? null), $this->getAttribute(($context["theme"] ?? null), "getSetting", [0 => "DEFAULT_TRANSITION_AUTO_APPLY"], "method"), ($context["helpText"] ?? null));
echo "
";
// line 95
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 96
echo " ";
ob_start(function () { return ''; });
echo __("An optional description of the Layout. (1 - 250 characters)");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 97
echo " ";
echo $context["forms"]->gettextarea("description", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "