{% extends "base.html" %} {% set active_page = "batch-jobs" %} {% set page_title = "Batch Job Interface" %} {% block content %} {% if result_id %}
Your job is in progress with {{ items_left }} items remaining.
You will receive an email when the job is finished.
Your job is finished, please download the results: batch-job-{{ result_id }}.txt
Unknow batch job.