{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block content %}

Sign in

Sign in with Google {% if not google_ready %}

Google sign-in is not set up yet. Ask the admin.

{% endif %} {% if otp_on %}
or use an email code

{% if mail_ready %}We email a 6-digit code to your registered address. It works once and expires in 10 minutes.{% else %}Email is not set up yet, so codes cannot be sent. Ask the admin.{% endif %}

{% endif %}

You can only sign in with an email address the admin has added.

{% endblock %}