{% load staticfiles %} {% load widget_tweaks %} {% if task %}
Following are pending ordination construction tasks submitted by all users for all databases and collections.
Task | User | Database | Data Matrix | Created | Started | Progress | |
---|---|---|---|---|---|---|---|
{{ ord.task.id }} | {{ ord.task.user.username }} | {% if ord.dm.database %}{{ ord.dm.database.name }} | {% else %}{{ ord.dm.tmpdb.name }} | {% endif %}{{ 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 }}
|