#BLOCK("InlineEditor", "text", #Object, "Name", "Tag=h1")
#NameOrAlias
#ENDBLOCK
#BLOCK("InlineEditor", "html", #Object, "Text", "Tag=div")
#Text[0]
#ENDBLOCK
#LOCAL("BusinessHours", #Shop.Child.BusinessHours)
#IF(#DEFINED(#BusinessHours))
#LOCAL("SiteLocale", #SITELOCALE(#INPUT.Locale))
#LOCAL("DayNames", #SiteLocale.Locale.DayNames)
#IF(#BusinessHours.IsTwoWeeks)
{EvenWeek}
#ENDIF
#LOOP(#FUNCTION("BusinessHourWeek", #BusinessHours.Object, 0))
#IF(#OpenMorning OR #OpenAfternoon OR #CloseMorning OR #CloseAfternoon)
#IF(#OpenDuskTillDawn)