{% extends "base.html" %} {% block title %}Переименования каналов — TG Agent{% endblock %} {% block content %}
Telegram-каналы ниже изменили название или юзернейм с момента последней проверки. Решите, что с ними делать.
{% if events %}Ожидают решения: {{ total }}
| Было | Стало | Обнаружено | Действие | |
|---|---|---|---|---|
|
{% if ev.old_title %} {{ ev.old_title }} {% endif %}
{% if ev.old_username %}@{{ ev.old_username }}{% endif %}
{% if not ev.old_title and not ev.old_username %}—{% endif %}
|
→ |
{% if ev.new_title %} {{ ev.new_title }} {% endif %}
{% if ev.new_username %}@{{ ev.new_username }}{% endif %}
{% if not ev.new_title and not ev.new_username %}—{% endif %}
|
{{ ev.created_at | local_dt }} |
|