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

Sign in

Sign in to your calrs account

{% if error %}
{{ error }}
{% endif %} {% if oidc_enabled %} Sign in with SSO

or
{% endif %}
{% if registration_enabled %}

Don't have an account? Register

{% endif %}
{% endblock %}