{{include 'web2py_ajax.html'}} {{block head}}{{end}}
{{=response.flash or ''}}
web2py
{{for _item in response.menu or []:}} {{if len(_item)<4 or not _item[3]:}}
{{=_item[0]}}
{{else:}}
{{=_item[0]}}
{{for _subitem in _item[3]:}}
{{=_subitem[0]}}
{{pass}}
{{pass}} {{pass}}
{{if 'auth' in globals():}}
{{if auth.user:}}{{=auth.user.first_name}}{{else:}}LOGIN{{pass}}
{{if auth.user:}}
{{=T('Profile')}}
{{=T('Change Password')}}
{{=T('Logout')}}
{{else:}}
{{=T('Login')}}
{{=T('Sign up')}}
{{=T('Lost Password')}}
{{pass}}
{{pass}}
{{block header}} {{end}}
{{block center}} {{include}} {{end}} {{=response.toolbar() if configuration.get('app.toolbar') else ''}}
{{block footer}} {{end}} {{block page_js}}{{end page_js}} {{if response.google_analytics_id:}} {{pass}}