最新匯入
{% if stats.latest_import_time %}
{{ stats.latest_import_vendor or '未標記廠商' }}
{{ stats.latest_import_time.strftime('%Y-%m-%d %H:%M') }}
{{ stats.latest_import_product or '未標記商品' }}
{% else %}
尚無匯入紀錄
資料庫目前沒有缺貨資料
{% endif %}
郵件成功率
{{ stats.email_success_rate }}%
成功 {{ stats.email_success | number_format }} / 總計 {{ stats.email_total | number_format }}
失敗 {{ stats.email_failed | number_format }},待發送 {{ stats.email_pending | number_format }}
最新郵件
{% if stats.latest_email_time %}
{{ stats.latest_email_status or '未標記狀態' }}
{{ stats.latest_email_time.strftime('%Y-%m-%d %H:%M') }}
vendor_id {{ stats.latest_email_vendor_id }}
{% else %}
尚無郵件紀錄
email_send_log 目前沒有資料
{% endif %}
{% if stats.total_stockouts == 0 %}