#IF(#INPUT.TemplateObjectID)#LOOP(#GREP(#ChildObjects, "ID", #INPUT.TemplateObjectID))
{Duration}

{DurationHeadline}

#LOCAL("AppDurationUnitID", #AppDurationUnit) #IF(NOT #DEFINED(#AppDurationUnitID))#SET("AppDurationUnitID", #Calendar.AppDurationUnit.ID)#ENDIF #IF(NOT #DEFINED(#AppDurationUnitID))#SET("AppDurationUnitID", #Calendar.BaseCalendar.AppDurationUnit.ID)#ENDIF #LOCAL("AppDurationAmount", #AppDurationAmount) #IF(NOT #DEFINED(#AppDurationAmount))#SET("AppDurationAmount", #Calendar.AppDurationAmount)#ENDIF #IF(NOT #DEFINED(#AppDurationAmount))#SET("AppDurationAmount", #Calendar.BaseCalendar.AppDurationAmount)#ENDIF #ENDLOCAL#ENDLOCAL
{DurationValue} #IF(#AppDurationUnitID) #ENDIF
{DurationExplain}
#LOCAL("CanCustomerDefinedAppDuration", #CanCustomerDefinedAppDuration) #IF(NOT #DEFINED(#CanCustomerDefinedAppDuration))#SET("CanCustomerDefinedAppDuration", #Calendar.CanCustomerDefinedAppDuration)#ENDIF #ENDLOCAL
{CanCustomerDefinedAppDuration}
{CanCustomerDefinedAppDurationExplain}
#LOCAL("AppointmentInterval", #AppointmentInterval) #IF(NOT #DEFINED(#AppointmentInterval))#SET("AppointmentInterval", #BusinessHours.AppointmentInterval)#ENDIF #IF(NOT #DEFINED(#AppointmentInterval))#SET("AppointmentInterval", #BusinessHours.BaseCalendar.AppointmentInterval)#ENDIF #IF(NOT #DEFINED(#AppointmentInterval))#SET("AppointmentInterval", 30)#ENDIF #ENDLOCAL
{AppointmentIntervalQuestion}
{AppointmentInterval} {Minutes}

{AppointmentIntervalExplain}

{Example}

{AppointmentIntervalExample1}

#ENDLOOP#ENDIF