{% for channel in channels %} {% endfor %}
Name Type Status Config Actions
{{ channel.name }} {{ channel.channel_type | capitalize }} {% if channel.is_enabled %} Enabled {% else %} Disabled {% endif %} {% set config = fromjson(channel.config_json) %} {% if channel.channel_type == 'telegram' %} Bot Token: {{ config.bot_token[:5] }}... | Chat ID: {{ config.chat_id }} {% elif channel.channel_type == 'webhook' %} URL: {{ config.webhook_url[:30] }}... {% endif %}
{% if not channels %}

No notification channels configured. Click "Add Channel" to start.

{% endif %}