{{ route.name || t("route.untitled") }}
{{ route.id }}
{{ tg.platform === "telegram" ? "Telegram" : "Discord" }}
{{
t("route.fallback")
}}
{{ t("route.stop") }}
@roles
{{ f.exclude ? t("routeEditor.not") + " " : "" }}{{ t("filter." + f.type) }}
{{ fmtMatch(f.match) }}
{{ t("route.noFilters") }}
{{ t("route.chat") }}
{{ t("route.thread") }}
{{ t("route.channel") }}
{{ tg.chatId }}
{{ tg.threadId }}
{{ tg.channelId }}