";
// line 29
ob_start();
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 30
echo " ";
ob_start();
echo __("Name of the Region");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 31
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "name", []), ($context["helpText"] ?? null));
echo "
";
// line 33
ob_start();
echo __("Loop?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 34
echo " ";
ob_start();
echo __("If there is only one item in this region should it loop?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 35
echo " ";
echo $context["forms"]->getcheckbox("loop", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "getOptionValue", [0 => "loop", 1 => 0], "method"), ($context["helpText"] ?? null));
echo "
";
// line 37
$context["message"] = __("When should the Region Loop be enabled?");
// line 38
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null), "alert-info");
echo "
";
// line 39
$context["message2"] = __("* If your Region contains more than one Widget, Loop should not be enabled.");
// line 40
echo " ";
echo $context["forms"]->getmessage(($context["message2"] ?? null), "alert-info");
echo "
";
// line 41
$context["message3"] = __("* If your Region contains one Widget, and that Widget is a 'fixed' item (eg Text), Loop should not be enabled.");
// line 42
echo " ";
echo $context["forms"]->getmessage(($context["message3"] ?? null), "alert-info");
echo "
";
// line 43
$context["message4"] = __("* If your Region contains one Widget, and that Widget needs to update periodically (eg RSS Ticker Widget), Loop can be enabled ONLY if the Widget needs to update MORE frequently than the duration of the overall Layout.");
// line 44
echo " ";
echo $context["forms"]->getmessage(($context["message4"] ?? null), "alert-info");
echo "
";
// line 49
ob_start();
echo __("Top");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 50
echo " ";
ob_start();
echo __("Offset from the Top Corner");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
echo $context["forms"]->getnumber("top", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "top", []), ($context["helpText"] ?? null));
echo "
";
// line 53
ob_start();
echo __("Left");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start();
echo __("Offset from the Left Corner");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $context["forms"]->getnumber("left", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "left", []), ($context["helpText"] ?? null));
echo "
";
// line 57
ob_start();
echo __("Width");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start();
echo __("Width of the Region");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->getnumber("width", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "width", []), ($context["helpText"] ?? null));
echo "
";
// line 61
ob_start();
echo __("Height");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
ob_start();
echo __("Height of the Region");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
echo $context["forms"]->getnumber("height", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "height", []), ($context["helpText"] ?? null));
echo "
";
// line 65
ob_start();
echo __("Layer");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
ob_start();
echo __("The layering order of this region (z-index). Advanced use only.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
echo $context["forms"]->getnumber("zIndex", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "zIndex", []), ($context["helpText"] ?? null));
echo "
";
// line 69
ob_start();
echo __("Make this Region full screen, dimensions will be set to [width] by [height].");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo "
";
// line 76
ob_start();
echo __("Exit Transition");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 77
echo " ";
ob_start();
echo __("What transition should be applied when this region is finished?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
echo $context["forms"]->getdropdown("transitionType", "single", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "getOptionValue", [0 => "transitionType"], "method"), twig_array_merge([0 => ["code" => null, "transition" => ""]], $this->getAttribute(($context["transitions"] ?? null), "out", [])), "code", "transition", ($context["helpText"] ?? null));
echo "
";
// line 80
echo $context["forms"]->getnumber("transitionDuration", "Duration", $this->getAttribute(($context["region"] ?? null), "getOptionValue", [0 => "transitionDuration"], "method"), "The duration for this transition, in milliseconds.", "transition-group");
echo "
";
// line 82
ob_start();
echo __("Direction");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 83
echo " ";
ob_start();
echo __("The direction for this transition. Only appropriate for transitions that move, such as Fly.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 84
echo " ";
echo $context["forms"]->getdropdown("transitionDirection", "single", ($context["title"] ?? null), $this->getAttribute(($context["region"] ?? null), "getOptionValue", [0 => "transitionDirection"], "method"), $this->getAttribute(($context["transitions"] ?? null), "compassPoints", []), "id", "name", ($context["helpText"] ?? null), "transition-group transition-direction");
echo "