{% extends "zerver/portico.html" %} {# A landing page for the first user in a realm, prompting her to invite her colleages. #} {% block for_you %}for {{company_name}} {% endblock %} {% block customhead %} {{ super() }} {{ minified_js('initial_invite')|safe }} {% endblock %} {% block portico_content %}

{{ _("You're the first one here!")|safe }}

{{ _("Let's invite some folks for you to chat with") }}:

{% if development_environment %}
{{ _("In the Zulip development environment, outgoing emails are printed to the run-dev.py console") }}
{% endif %}
{{ csrf_input }}
{% if invite_suffix %}@{{invite_suffix}}{% endif %}

({{ _("We'll email invitations to them") }})

{% endblock %}