templates/zerver/social_auth_select_email.html
{% extends "zerver/portico_signup.html" %} {% block title %}
{{ _("Select account for authentication") }} | Zulip{% endblock %} {% block portico_content %}
{% trans %}
{% 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 %}