";
// 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), "", ($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), "00:00", ($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), "00:00", ($context["helpText"] ?? null));
echo "
";
// line 67
ob_start(function () { return ''; });
echo __("Description");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 68
echo " ";
ob_start(function () { return ''; });
echo __("A Description of Daypart");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 69
echo " ";
echo $context["forms"]->gettextarea("description", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 72
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 73
echo " ";
echo $context["forms"]->getmessage(($context["title"] ?? null));
echo "