#IF(#FormError)
{InputError}
{PleaseCorrectErrors}
#IF(#FormErrors.Reason.NotForAllCustomersIsPossibleToChangeToThisTimeFrame)
{NotForAllCustomersIsPossibleToChangeToThisTimeFrame}
#LOOP(#FormErrors.Reason.NotForAllCustomersIsPossibleToChangeToThisTimeFrame.Errors)
({Customer}: #Customer.NameOrAlias, {PriceList}: #PriceList.NameOrAlias)
#ENDLOOP
#ENDIF
#IF(#FormErrors.Reason.NotForAllCustomerGroupsIsPossibleToChangeToThisTimeFrame)
{NotForAllCustomerGroupsIsPossibleToChangeToThisTimeFrame}
#LOOP(#FormErrors.Reason.NotForAllCustomerGroupsIsPossibleToChangeToThisTimeFrame.Errors)
({CustomerGroup}: #CustomerGroup.NameOrAlias, {PriceList}: #PriceList.NameOrAlias)
#ENDLOOP
#ENDIF
#IF(#FormErrors.Reason.InvalidTimeFrame)
{InvalidTimeFrame}
#ENDIF
#IF(#FormErrors.Reason.OBJECT_EXISTS)
{OBJECT_EXISTS}
#ENDIF
#ENDIF
#IF(#DELETE)
{Warning}
{AcceptAction}
#ENDIF
#WITH_ERROR(#FormError)