Back to Zulip

Select account

templates/zerver/social_auth_select_email.html

12.0999 B
Original Source

{% extends "zerver/portico_signup.html" %} {% block title %}

{{ _("Select account for authentication") }} | Zulip{% endblock %} {% block portico_content %}

{% trans %}

Select account

{% endtrans %}

{% if avatar_urls[primary_email] %} {% else %} {% endif %}

{{ primary_email }}

GitHub primary {% if avatar_urls[primary_email] %} - Log in {% else %} - Create new account {% endif %}

{% for email in verified_non_primary_emails %} {% if avatar_urls[email] %} {% else %} {% endif %}

{{ email }}

{% if avatar_urls[email] %} Log in {% else %} Create new account {% endif %}

{% endfor %} {% if unverified_emails %}

{% trans %} Your GitHub account also has unverified email addresses associated with it. {% endtrans %}

{% trans %} To use one of these to log in to Zulip, you must first verify it with GitHub. {% endtrans %}

{% endif %} {% endblock %}