{% extends "zerver/portico.html" %} {% block portico_content %}

{% if confirmed %}

This confirms that the email address for your Zulip account has changed from {{old_email}} to {{ new_email }}.

{% else %}

Whoops, something's not right. We couldn't find your confirmation ID!

{% if verbose_support_offers %}

Make sure you copied the link correctly in to your browser. If you're still encountering this page, its probably our fault. We're sorry.

Anyway, shoot us a line at {{ support_email }} and we'll get this resolved shortly.

{% else %}

Make sure you copied the link correctly in to your browser.

If you're still having problems, please contact your Zulip administrator at {{ support_email }}.

{% endif %} {% endif %}
{% endblock %}