{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block content %}
Leads and Users sign in with Google or an emailed code.
Sign in with Google {% if not google_ready %}Google sign-in is not set up yet. Ask the admin.
{% endif %} {% if otp_on %}{{ icon('info') }} You can only sign in with an email address the admin has added.