{% extends "zerver/portico_signup.html" %} {# Displayed after a user attempts to sign up. #} {% block title %} {{ _("Confirm your email address") }} | Zulip {% endblock %} {% block portico_content %}

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

{% trans %}Check your email ({{ email }}) so we can get started.{% endtrans %}

{% include 'zerver/dev_env_email_access_details.html' %}

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

{% if realm_creation %}
{{ csrf_input }}        
{% else %}
{{ csrf_input }}  
{% endif %}
{% endblock %} {% block customhead %} {{ super() }} {% endblock %}