{% extends "zerver/portico_signup.html" %} {# Displayed after a user attempts to sign up. #} {% block portico_content %}

{{ _("Thanks for signing up!") }}

{{ _("Check your email so we can get started.") }}

{% if development_environment %}
{{ _("In the Zulip development environment, outgoing emails are printed to the run-dev.py console") }}
{% endif %}

{% trans %}Still no email? We can resend it.{% endtrans %}
({{ _("Just in case, take a look at your Spam folder.") }})

{{ csrf_input }}  
{% endblock %} {% block customhead %} {{ super() }} {% endblock %}