{% for provider, identity in request.signon.status %}
{% if provider.icon %}
{% else %}
{% endif %}
{% if identity %}
Logged in with {{ provider.label }} as {{ identity.subject }}
{% else %}
Login with {{ provider.label }}
{% endif %}
{% if provider.name == "salsa" %}
In this early phase of Debusine development, external login with
Salsa is limited to users in the debian group: that is,
Debian Developers
{% endif %}
{% endfor %}
{% endif %}
Log in with a Debusine account
{% if form.errors %}
Your username and password didn't match. Please try again.