{% extends "base.html" %} {% block title %}تعامل‌ها{% endblock %} {% block page_title %} تعامل‌های هوشمند{% endblock %} {% block content %} {% include "interactions/_nav.html" %}
{{ interactions|length }}
تعامل ثبت‌شده
{{ account_count }}
اکانت
{{ provider_count }}
AI Provider
تعامل‌ها
ساخت تعامل
{% for it in interactions %} {% set st = it.status %} {% set badge = {'running':'chip-active','paused':'chip-group','completed':'chip-telegram','stopped':'chip-inactive','error':'chip-inactive','draft':'chip-private'}.get(st,'chip-private') %} {% else %} {% endfor %}
#ناممقصدوضعیتساخته‌شده
{{ it.id }} {{ it.name }} {{ it.destination_title or it.destination_chat_id or '—' }} {{ st }} {{ it.created_at|jalali if it.created_at else '—' }} مشاهده

هنوز تعاملی ساخته نشده است

ساخت اولین تعامل
{% endblock %}