## Script (Python) "editFormMakeTopicTypesUrl"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=topics
##title=
##
return '&topictypes:list='.join([''] + [topic.tm_serial for topic in topics])
