{% extends "base.html" %} {% block content %}
| Nome | Host | Tipo | Contexto | Codecs | CallerID | Ativo | Ações |
|---|---|---|---|---|---|---|---|
| {{ t.name }} | {{ t.host }} | {{ t.trunk_type }} | {{ t.context }} | {{ t.allow }} | {{ t.callerid or "-" }} | {{ "✅" if t.enabled else "❌" }} | ✏️ |
Nenhum trunk IAX2 configurado.
{% endif %} {% endblock %}