{{=response.web2py_plugins.plugin_label}}
{{if response.web2py_plugins.plugin_adopted:}}
({{=T('This plugin is now adopted as a web2py built-in!')}})
{{pass}}
{{=response.web2py_plugins.plugin_long_description or response.web2py_plugins.plugin_short_description}}
{{
path=[]
for file in statics+['']:
items=file.split('/')
file_path=items[:-1]
filename=items[-1]
while path!=file_path:
if len(file_path)>=len(path) and all([v==file_path[k] for k,v in enumerate(path)]):
path.append(file_path[len(path)])
thispath='static__'+'__'.join(path)
}}