{% extends "layouts/base.html" %} {% load static %} {% block title %}Notification Channels - Stream Processor{% endblock %} {% block content %}
Manage notification delivery channels for alerts and updates
{{ channel.description|truncatewords:15 }}
{% endif %} {% if channel.channel_type == 'email' and channel.config.email %}Get started by creating your first notification channel to receive alerts and updates.
Create First Channel