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