{% for worker in workers %} {% set worker_uniqid = uniqid() %}
  1. {% 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 %}