{% extends 'base.html' %} {% load static %} {% block title %}Notification Channels - Stream Processor{% endblock %} {% block page_title %}
Configure and manage notification delivery channels
Total Channels
{{ channels|length|default:0 }}
Active Channels
{% for channel in channels %}{% if channel.is_active %}{{ forloop.counter0|add:1 }}{% endif %}{% empty %}0{% endfor %}
Inactive Channels
{% for channel in channels %}{% if not channel.is_active %}{{ forloop.counter0|add:1 }}{% endif %}{% empty %}0{% endfor %}
Messages Sent
0
{{ channel.get_channel_type_display }}
Get started by creating your first notification channel to receive alerts and system notifications.
Create Your First Channel