{% for worker in workers %} {% set worker_uniqid = uniqid() %}
  1. 0 and not worker.dataset.is_finished() %}class="progress progress-{{ (worker.dataset.progress * 100)|round(0)|int }}"{% endif %}>

    {% if worker.type in worker_types and worker_types[worker.type]|hasattr("title") %}{{ worker_types[worker.type]|attr("title") }}{% else %}{{ worker.type }}{% endif %} {% if worker.is_recurring %} {% endif %} {% if worker.dataset_parent_key %} Processor (click to view parent dataset){% endif %} {% if worker.dataset_user %} Processor queued by {{ worker.dataset_user }}{% endif %}

    Started {{ (now - worker.timestamp_claimed)|int|timify }} ago

  2. {% endfor %}