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

{{ _("Confirm your email address") }}

{% trans %}To complete your registration, check your email account ({{ email }}) for a confirmation email from Zulip.{% endtrans %}

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

{% trans %}If you don't see a confirmation email in your Inbox or Spam folder, we can resend it.{% endtrans %}

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