{{extend 'layout.html'}}

{{=T( request.args(0).replace('_',' ').capitalize() )}}

{{if request.args(0)=='login':}} {{if not 'register' in auth.settings.actions_disabled:}} {{form.add_button(T('Register'),URL(args='register'))}} {{pass}} {{form.add_button(T('Lost Password'),URL(args='request_reset_password'))}} {{pass}} {{=form}}