{% extends "base.html" %} {% set active_nav = "rag" %} {% block title %}Channels — Heddle Workshop{% endblock %} {% block content %}

Telegram Channels

{{ channels | length }} registered channel{{ 's' if channels | length != 1 else '' }}.

{% for ch in channels %} {% else %} {% endfor %}
Handle Name Faction Tier Priority Status
{{ ch.handle }} {{ ch.name_en }} {% if ch.name_fa %}
{{ ch.name_fa }}{% endif %}
{{ ch.faction }} {{ ch.source_tier }} {% if ch.monitoring_priority == 'critical' %} {{ ch.monitoring_priority }} {% elif ch.monitoring_priority == 'high' %} {{ ch.monitoring_priority }} {% else %} {{ ch.monitoring_priority }} {% endif %} {% if ch.status == 'verified' %} verified {% else %} {{ ch.status }} {% endif %}
No channels registered. Configure a channel registry path.

← Back to RAG Dashboard

{% endblock %}