{% load staticfiles %} {% load widget_tweaks %} {% if task %} {% endif %}
Ordination construction queue

Following are pending ordination construction tasks submitted by all users for all databases and collections.

{% for ord, subtasks in all_incomplete_ords2tasks %} {% if ord.dm.database %} {% else %} {% endif %} {% for subtask in subtasks %} {% endfor %} {% endfor %}
Task User Database Data Matrix Created Started Progress
{{ ord.task.id }} {{ ord.task.user.username }}{{ ord.dm.database.name }}{{ ord.dm.tmpdb.name }}{{ ord.dm.name }} {{ ord.task.created }} {{ ord.task.started }}
{{ ord.task.pc_complete | floatformat }}% {{ ord.task.get_stage_display }}
Subtask #{{ subtask.id }} {{ subtask.created }} {{ subtask.started }}
{{ subtask.pc_complete | floatformat }}% {{ subtask.get_stage_display }}