{% from "components/banner.html" import banner, banner_wrapper %}
{% if verification_status == "pending" %}

We’re checking that ‘{{ reply_to_email_address }}’ is a real email address.

This can take a minute

Refresh

{% elif verification_status == "success" %} {{ banner("‘{}’ is ready to use".format(reply_to_email_address), type='default', with_tick=True) }}
Continue
{% elif verification_status == "failure" %} {% call banner_wrapper(type='dangerous') %}

We sent an email to ‘{{ reply_to_email_address }}’ but it wasn’t delivered.

You can try again, or use a different address.

{% endcall %} Try again {% endif %}