";
// line 49
ob_start(function () { return ''; });
echo __("Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 50
echo " ";
ob_start(function () { return ''; });
echo __("The Name for this Daypart");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["dayPart"] ?? null), "name", []), ($context["helpText"] ?? null), "", "required");
echo "
";
// line 53
ob_start(function () { return ''; });
echo __("Retired");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start(function () { return ''; });
echo __("Retire? It will no longer be visible when scheduling");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $context["forms"]->getcheckbox("retired", ($context["title"] ?? null), $this->getAttribute(($context["dayPart"] ?? null), "isRetired", []), ($context["helpText"] ?? null));
echo "
";
// line 57
ob_start(function () { return ''; });
echo __("Start Time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("Enter the start time for this daypart");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->gettime("startTime", ($context["title"] ?? null), $this->getAttribute(($context["dayPart"] ?? null), "startTime", []), ($context["helpText"] ?? null));
echo "
";
// line 61
ob_start(function () { return ''; });
echo __("End Time");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 62
echo " ";
ob_start(function () { return ''; });
echo __("Enter the end time for this daypart. If the end time is before the start time, then the daypart will cross midnight.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
echo $context["forms"]->gettime("endTime", ($context["title"] ?? null), $this->getAttribute(($context["dayPart"] ?? null), "endTime", []), ($context["helpText"] ?? null));
echo "
";
// line 65
ob_start(function () { return ''; });
echo __("If this daypart is already in use, the events will be adjusted to use the new times provided. If used on a recurring event and that event has already recurred. The event will be split in two and the future event time adjusted.");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 66
echo " ";
echo $context["forms"]->getmessage(($context["title"] ?? null));
echo "
";
// line 69
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 70
echo " ";
ob_start(function () { return ''; });
echo __("A Description of Daypart");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 71
echo " ";
echo $context["forms"]->gettextarea("description", ($context["title"] ?? null), $this->getAttribute(($context["dayPart"] ?? null), "description", []), ($context["helpText"] ?? null));
echo "
";
// line 74
ob_start(function () { return ''; });
echo __("If there are any exceptions enter them below by selecting the Day from the list and entering a start/end time.");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 75
echo " ";
echo $context["forms"]->getmessage(($context["title"] ?? null));
echo "