{% extends "zerver/portico_signup.html" %}
{% block title %}
{{ _("Accept the Terms of Service") }} | Zulip
{% endblock %}
{#
Allow the user to accept a TOS, creating an email record of that fact.
Users only hit this page if they are coming from a migration or other update of the TOS;
the registration flow has its own (nearly identical) copy of the fields below in register.html.
#}
{% block portico_content %}
{{ _("Welcome to Zulip") }}
{% if first_time_login %}
{% include 'zerver/change_email_address_visibility_modal.html' %}
{% endif %}
{% endblock %}