";
// line 46
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
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 48
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["layout"] ?? null), "layout", []), ($context["helpText"] ?? null));
echo "
";
// line 50
ob_start(function () { return ''; });
echo __("Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
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 52
echo " ";
echo $context["forms"]->getinputWithTags("tags", ($context["title"] ?? null), ($context["tags"] ?? null), ($context["helpText"] ?? null), "tags-with-value");
echo "
";
// line 56
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 57
echo " ";
echo $context["forms"]->getdropdown("tagValue", "single", ($context["title"] ?? null), "", ($context["options"] ?? null), "key", "value");
echo "
";
// line 60
ob_start(function () { return ''; });
echo __("Tag value");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 61
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 62
echo " ";
echo $context["forms"]->getinput("tagValueInput", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 66
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 69
ob_start(function () { return ''; });
echo __("Retired");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("Retire this layout or not? It will no longer be visible in lists");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
echo $context["forms"]->getcheckbox("retired", ($context["title"] ?? null), $this->getAttribute(($context["layout"] ?? null), "retired", []), ($context["helpText"] ?? null));
echo "
";
// line 73
ob_start(function () { return ''; });
echo __("Enable Stats Collection?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 74
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 75
echo " ";
echo $context["forms"]->getcheckbox("enableStat", ($context["title"] ?? null), $this->getAttribute(($context["layout"] ?? null), "enableStat", []), ($context["helpText"] ?? null));
echo "
";
// line 78
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 79
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 80
echo " ";
echo $context["forms"]->gettextarea("description", ($context["title"] ?? null), $this->getAttribute(($context["layout"] ?? null), "description", []), ($context["helpText"] ?? null));
echo "