{% extends "base.html" %} {% load static %} {% block title %}Communication Channels - Communications{% endblock %} {% block content %}
|
|
Channel | Type | Status | Health | Messages | Success Rate | Actions |
|---|---|---|---|---|---|---|---|
|
|
{{ channel.name }}{{ channel.description|truncatechars:40 }} |
{{ channel.get_channel_type_display }} |
{% if channel.is_active %}Active{% else %}Inactive{% endif %}
{% if channel.is_active %}
|
{{ channel.get_health_status_display|default:"Unknown" }}
{% if channel.last_health_check %}
{{ channel.last_health_check|timesince }} ago {% endif %} |
{{ channel.message_count|default:0 }}total |
{{ channel.success_rate|default:0 }}%
|
|
No communication channels foundCreate your first communication channel to start sending messages Add Channel |
|||||||