";
// line 34
if (($this->getAttribute(($context["layout"] ?? null), "publishedStatusId", []) == 2)) {
// line 35
echo " ";
ob_start(function () { return ''; });
echo " ";
echo __("Copying this Layout will create an exact copy of the last time this Layout was Published.
Any changes made to this Layout while it has been a Draft will not be copied. Publish the Layout before making a copy if the Draft changes should be included in the copy.");
// line 36
echo " ";
$context["warning"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 37
echo " ";
echo $context["forms"]->getmessage(($context["warning"] ?? null), "alert alert-info");
echo "
";
}
// line 39
echo "
";
// line 40
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 41
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 42
echo " ";
ob_start(function () { return ''; });
echo twig_escape_filter($this->env, $this->getAttribute(($context["layout"] ?? null), "layout", []), "html", null, true);
echo " 2";
$context["layoutName"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), ($context["layoutName"] ?? null), ($context["helpText"] ?? null));
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Make new copies of all media on this layout?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
echo " ";
ob_start(function () { return ''; });
echo __("This will duplicate all media that is currently assigned to the Layout being copied.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
echo " ";
if (($this->getAttribute(($context["settings"] ?? null), "LAYOUT_COPY_MEDIA_CHECKB", []) == 1)) {
// line 48
echo " ";
$context["checked"] = 1;
// line 49
echo " ";
} else {
// line 50
echo " ";
$context["checked"] = 0;
// line 51
echo " ";
}
// line 52
echo " ";
echo $context["forms"]->getcheckbox("copyMediaFiles", ($context["title"] ?? null), ($context["checked"] ?? null), ($context["helpText"] ?? null));
echo "
";
// line 55
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 56
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 57
echo " ";
echo $context["forms"]->gettextarea("description", ($context["title"] ?? null), $this->getAttribute(($context["layout"] ?? null), "description", []), ($context["helpText"] ?? null));
echo "