{{py: import cgi import textwrap wrapper = textwrap.TextWrapper(replace_whitespace=False, width=90, break_long_words=False) menu_title = "Capabilities" jscript_openlayers = None jscript_functions = None }}
{{for line in capabilities}} {{cgi.escape(wrapper.fill(line))}} {{endfor}}