{{include 'web2py_ajax.html'}} {{block head}}{{end}}
{{=response.flash or ''}}
Transcription
{{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')}}
{{if 'change_password' not in auth.settings.actions_disabled:}}
{{=T('Change Password')}}
{{pass}}
{{=T('Logout')}}
{{else:}}
{{=T('Login')}}
{{if 'register' not in auth.settings.actions_disabled:}}
{{=T('Sign up')}}
{{pass}} {{if 'retrieve_password' not in auth.settings.actions_disabled:}}
{{=T('Lost Password')}}
{{pass}} {{pass}}
{{pass}}
{{block header}} {{end}}
{{include}} {{=response.toolbar() if response.show_toolbar else ''}}
{{block footer}} {{end}} {{block page_js}}{{end page_js}} {{if response.google_analytics_id:}} {{pass}}