{{include 'web2py_ajax.html'}}
{{block head}}{{end}}
{{=MR_CONF['TITLE']}}
{{=T('Editor\'s Home')}}
{{=T('Manager\'s Home')}}
{{if session.groupid < MR_CONF['GROUP_EDITOR']:}}
{{=T('User manage')}}
{{=T('User List')}}
{{=T('Workgroup List')}}
{{=T('Handle DBs')}}
{{=T('Duplicate...')}}
{{=T('Export tables...')}}
{{=T('Exported List')}}
{{=T('Update Table')}}
{{=T('Restore tables (Resource) ...')}}
{{=T('Restore tables (Page section) ...')}}
{{=T('Restore tables (Other) ...')}}
{{pass}}
{{if 'auth' in globals():}}
{{if auth.user:}}{{=auth.user.first_name}}{{else:}}Login{{pass}}
{{=T('Exit to Editor\'s Home')}}
{{if auth.user:}}
{{=T('Profile')}}
{{if 'change_password' not in auth.settings.actions_disabled:}}
{{=T('Change Password')}}
{{pass}}
{{=T('Logout')}}
{{else:}} {{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 navi}}{{end}}
{{include}} {{=response.toolbar() if response.show_toolbar else ''}}
{{block page_js}}{{end page_js}} {{include 'manage/manage_js.html'}}