{% extends "zerver/portico_signup.html" %} {# Allow the user to accept the terms, creating an email record of that fact. #} {% block for_you %}for {% if company_name %} {{company_name}} {% else %} __________ {% endif %} {% endblock %} {% block portico_content %}

({{ _("Welcome! We think you'll like it here") }}.)


{{ _("You're almost there. We just need you to do one last thing") }}.

{{ _("Accept the Zulip terms of service") }}

{{ csrf_input }}

{{ email }}

{% if form.full_name.errors %} {% for error in form.full_name.errors %}
{{ error }}
{% endfor %} {% endif %}
{% if form.terms.errors %} {% for error in form.terms.errors %}
{{ error }}
{% endfor %} {% endif %}


{% endblock %}