{% load i18n %} {% comment %} Card swapped in by ``ConjuntoLoginView`` once credentials are valid and the user has two or more tenants to choose from. The credentials are no longer needed — the user identity is held in the session as pending login state until a tenant is picked. The form posts to ``login-complete`` (HTMX) which calls ``django.contrib.auth.login`` and stamps the chosen tenant onto the new session before redirecting to the original ``next`` URL. The outer wrapper id ``cj-login-card`` matches the swap target on the credentials card so this partial replaces the credentials card cleanly via ``hx-swap="outerHTML"``. {% endcomment %}

{% translate "Choose a tenant" %}

{% translate "Pick the workspace you want to work in. You can switch later from the statusbar." %}

{% csrf_token %}
{% for t in tenants %} {% endfor %}