{% 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 %}

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 %}

{% 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 %}