{% extends "base.html" %} {% block title %}Shout.dev: Channels{% endblock %} {% block main %} {% let email_data = channel.email_data.clone().unwrap() %} {% include "breadcrumbs.html" %} Channel Configuration Channel Name Enable by default for new projects in this team Save 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 %} {% endblock %}