{{extend 'layout.html'}}

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

{{=form}} {{if request.args(0)=='login':}} {{if not 'register' in auth.settings.actions_disabled:}}
register {{pass}} {{if not 'request_reset_password' in auth.settings.actions_disabled:}}
lost password {{pass}} {{pass}}