{% extends "zerver/portico_signup.html" %}
{# Home page for not logged-in users. #}
{# This is where we pitch the app and solicit signups. #}
{% block portico_content %}
{{ _("Let's get started") }}…
{% if form.email.errors %}
{% for error in form.email.errors %}
{{ error }}
{% endfor %}
{% endif %}
{% trans %}Please use your
company email address to sign up. Otherwise, we won’t be able to
connect you with your coworkers{% endtrans %}.