{% extends "zerver/portico_signup.html" %}
{% set entrypoint = "register" %}
{% block title %}
{{ _("Registration") }} | Zulip
{% endblock %}
{#
Gather other user information, after having confirmed
their email address.
Form is validated both client-side using jquery-validation (see signup.js) and server-side.
#}
{% block portico_content %}
{% if creating_new_team %}
{{ _('Create your organization') }}
{% else %}
{{ _('Create your account') }}
{% endif %}
{% trans %}
You’re almost there! We just need you to do one last thing.