{% extends "base.html" %} {% block title %}Поисковые запросы — TG Agent{% endblock %} {% block head_scripts %} {% endblock %} {% block content %}
| Запрос | Режим | Интервал | Активен | Всего (30д) | Посл. запуск | Действия |
|---|---|---|---|---|---|---|
{{ sq.query }}{% if sq.is_regex %} (regex){% endif %}{% if sq.is_fts %} (fts){% endif %} |
{% if sq.notify_on_collect %}🔔{% endif %} {% if sq.track_stats %}📊{% endif %} | {% if sq.track_stats %}{{ sq.interval_minutes }} мин{% else %}—{% endif %} | {% if sq.is_active %}●{% else %}●{% endif %} | {{ item.total_30d }} | {{ item.last_run[:16] if item.last_run else "—" }} | {% if sq.is_regex %} 🔍 {% else %} 🔍 {% endif %} |
График по дням ({{ item.daily_stats | length }} дн.) |
||||||
{{ sq.query }}
{% if sq.is_active %}●{% else %}●{% endif %}
Нет поисковых запросов.
{% endif %} {% endblock %}