{% extends "base.html" %} {% block title %}فوروارد خودکار{% endblock %} {% block page_title %} فوروارد خودکار{% endblock %} {% block content %}
فورواردهای حساب‌محور
ساخت فوروارد
{% for task in tasks %} {% else %} {% endfor %}
#ناماکانتمبدأمقصد AIتاییدیهوضعیتارسالخطاعملیات
{{ task.id }} {{ task.name }} {{ account_names.get(task.account_id, task.account_id) }} {% set srcs = task.get_sources() %} {% if srcs|length > 1 %} {{ srcs|length }} مبدأ {% else %} {{ task.source_chat_title or task.source_chat_id }} {% endif %} {% set dsts = task.get_destinations() %} {% if dsts|length > 1 %} {{ dsts|length }} مقصد {% else %} {{ task.destination_chat_title or task.destination_chat_id }} {% endif %} {{ 'فعال' if task.ai_enabled else 'غیرفعال' }} {% if task.approval_required %}نیاز به تایید {% else %}بدون تایید{% endif %} {{ task.status }} {% if task.status_detail %}
{{ task.status_detail }}
{% endif %}
{{ task.sent_count }} {{ task.error_count }}
{% if task.status in ('active',) %}
{% elif task.status == 'paused' %}
{% else %}
{% endif %} {% if task.status in ('active', 'paused') %}
{% endif %}

هیچ فوروارد حساب‌محوری تعریف نشده

ساخت اولین فوروارد
{% endblock %}