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