{% extends "zerver/portico.html" %} {% load minified_js %} {# 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 %} {{ block.super }} {% minified_js 'initial_invite' %} {% endblock %} {% block portico_content %}

(Welcome! We think you'll like it here.)


You're the first one here!

They said this was some sort of group communication tool, so you probably have some people you want to chat with.

{% csrf_token %}
{% if invite_suffix %}@{{invite_suffix}}{% endif %}

(We'll email invitations to these people so they can revel in the joy that is Zulip.)

{%endblock %}