Login

{% if error %}

Error

{{ msg }}

{% end %} {% set kwargs = handler.kwargs %} {% try %}{% set user = kwargs.user.arg %}{% except %}{% set user = 'user' %}{% end %} {% try %}{% set password = kwargs.password.arg %}{% except %}{% set password = 'password' %}{% end %}
{% if phone is None or error == 'not-sent' %}

{% else %}

{% end %}
{% if 'recaptcha' in handler.kwargs %} {% import os, gramex.config %} {% set recaptcha_path = os.path.join(gramex.config.variables['GRAMEXPATH'], 'handlers', 'auth.recaptcha.template.html') %} {% module Template(recaptcha_path, kwargs=handler.kwargs) %} {% end %}