{% load staticfiles %} {% load widget_tweaks %} {% if task %} {% endif %}
Feature extraction queue

Following are pending feature extraction tasks submitted by all users for all databases and collections

{% for dm, subtasks in all_incomplete_dms2tasks %} {% if dm.database %} {% else %} {% endif %} {% for subtask in subtasks %} {% endfor %} {% endfor %}
Task User Database Name Created Started Progress
{{ dm.task.id }} {{ dm.task.user.username }}{{ dm.database.name }}{{ dm.tmpdb.name }}{{ 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 }}