{{ t("dashboard.queues.enqueue_torrent_processing_batch") }}

@if (stage === "PENDING") {
{{ t("dashboard.queues.purge_queue_jobs") }}
{{ t("torrents.reprocess.match_content_by_local_search") }}
{{ t("torrents.reprocess.match_content_by_external_api_search") }}
{{ t("torrents.reprocess.force_rematch") }}
{{ t("dashboard.queues.process_orphaned_torrents_only") }}
{{ t("facets.content_type") }} {{ t("general.all") }} @for (contentType of allContentTypes; track contentType.key) { {{ t("content_types.plural." + contentType.key) }} }
} @else if (stage === "REQUESTING") { } @else if (stage === "DONE") {

{{ t("dashboard.queues.jobs_enqueued") }}

}
@if (stage === "PENDING") { }