{# M11.1 Phase 5 task 5.1 — Batch API 설정 카드 partial. settings.html 에서 {% include "settings/_batch_card.html" %} 로 포함. context 변수: config (Config), active_batch_jobs (list[BatchJobRow]). #}

{{ _("Batch analysis") }}

{{ _("Gemini Batch API — 50% cost reduction, 24h SLO. Applied automatically on large imports.") }}

{{ _("Toggle") }}:

{{ _("In-progress batch jobs") }}

{% if active_batch_jobs %} {% else %}

{{ _("No active batch jobs") }}

{% endif %}