{% extends "zerver/portico.html" %} {% load i18n %} {% 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 %}

{% trans "You're the first one here!" %}

{% trans "Let's invite some folks for you to chat with" %}:

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

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

{% endblock %}