{{ 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") }}
{{ tg.platform === "telegram" ? t("route.chat") : t("route.channel") }}
{{ tg.platform === "telegram" ? tg.chatId : tg.channelId }}
{{ t("route.topic") }}{{ tg.topicId }}
{{ t("route.thread") }}{{ tg.threadId }}