#IF(#FormError)
{InputError}
#IF(#FormErrors.Reason.STRING_EMPTY)
{MandatoryNotice}
#ELSE
#LOOP(#FormErrors.Errors)- #Reason
#ENDLOOP
#ENDIF
#ENDIF
#IF(#DELETE)
{AcceptAction}
{AcceptActionInfo}
#ENDIF
#BLOCK("WITH_FORM_ERROR", #FormError)
#ENDBLOCK
#IF(#DELETE)
#ELSE
#IF(#Session.User.DeleteConfirmation)
#ELSE
#ENDIF
#ENDIF