{% extends "zerver/portico_signup.html" %} {% set entrypoint = "billing_auth" %} {% block title %} {% if remote_server_hostname %} Log in link sent | Zulip {% else %} Confirm your email address | Zulip {% endif %} {% endblock %} {% block portico_content %}
{% if remote_server_hostname %}

Log in link sent

{% else %}

Confirm your email address

{% endif %}
{% if remote_server_hostname %}

We have sent {{ email }} a log in link for Zulip plan management. This link will expire in 24 hours.

{% else %}

To finish logging in, check your email account ({{ email }}) for a confirmation email from Zulip.

{% endif %} {% include 'zerver/dev_env_email_access_details.html' %}
{% endblock %} {% block customhead %} {{ super() }} {% endblock %}