{% extends "base.html" %} {% block title %}Shout.dev: Channels{% endblock %} {% block main %} {% let email_data = channel.email_data.clone().unwrap() %} {% 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 %}
{% endblock %}