{% extends "layouts/base.html" %} {% load static %} {% block title %} {% if object %}Edit Notification Channel{% else %}Create Notification Channel{% endif %} - Stream Processor {% endblock %} {% block content %}
{% if object %} Update the notification channel configuration and settings. {% else %} Configure a new notification channel for receiving alerts and updates. {% endif %}