{% extends "base.html" %} {% block title %}Shout.dev: Channels{% endblock %} {% block main %} {% if let BackendConfig::Email(email_data) = channel.backend_config %} {% include "breadcrumbs.html" %}

Channel Configuration

{% 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 %}