{% load staticfiles %} {% load widget_tweaks %} {% if task %}
Following are pending similarity calculation tasks submitted by all users for all databases and collections.
Task | Username | Database | Source type | Source name | Created | Started | Progress | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ sim.task.id }} | {{ sim.task.user.username }} | {% if sim.dm %} {% if sim.dm.database %}{{ sim.dm.database.name }} | {% else %}{{ sim.dm.tmpdb.name }} | {% endif %}DataMatrix | {{ sim.dm.name }} | {% else %} {% if sim.ord.dm.database %}{{ sim.ord.dm.database.name }} | {% else %}{{ sim.ord.dm.tmpdb.name }} | {% endif %}Ordination | {{ sim.ord.name }} | {% endif %}{{ sim.task.created }} | {{ sim.task.started }} |
{{ sim.task.pc_complete | floatformat }}% {{ sim.task.get_stage_display }}
|
Subtask #{{ subtask.id }} | {{ subtask.created }} | {{ subtask.started }} |
{{ subtask.pc_complete | floatformat }}% {{ subtask.get_stage_display }}
|