{% extends "channel-base.html" %} {% block extra_config %} {% if let BackendConfig::Email(email_data) = channel.backend_config %}
{% if email_data.verified %} Updating this will require verification of the new recipient. {% else %} Recipient must be verified before they can receive messages. {% endif %}
{% if email_data.recipient != "" && !email_data.verified %}
Enter the most recent Shout.dev verification code for this address.
{% endif %} {% endif %} {% endblock %}