{% 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 %}

You're the first one here!

Let's invite some folks for you to chat with:

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

(We'll email invitations to them)

{%endblock %}