{% load staticfiles %} {% load widget_tweaks %} {% if task %}
Following are pending feature extraction tasks submitted by all users for all databases and collections
Task | User | Database | Name | Created | Started | Progress | |
---|---|---|---|---|---|---|---|
{{ dm.task.id }} | {{ dm.task.user.username }} | {% if dm.database %}{{ dm.database.name }} | {% else %}{{ dm.tmpdb.name }} | {% endif %}{{ dm.name }} | {{ dm.task.created }} | {{ dm.task.started }} |
{{ dm.task.pc_complete | floatformat }}% {{ dm.task.get_stage_display }}
|
Subtask #{{ subtask.id }} | {{ subtask.created }} | {{ subtask.started }} |
{{ subtask.pc_complete | floatformat }}% {{ subtask.get_stage_display }}
|