Tasks

{% for key,value in tasks_summary.items %} {% endfor %}
Status Count
{{key}} {{value}}
{% csrf_token %} {% include 'tasks/task_navbar.html' %}
{% for task in tasks %} {% endfor %}
# ID Name Manifest Status Action md5 started finished timetaken total_cost creation_date modified_date Options
{{task.id}} {{task.name}} {{task.manifest}} {{task.status}} {{task.action}} {{task.md5}} {{task.started}} {{task.finished}} {{task.timetaken}} {{task.total_cost}} {{task.creation_date}} {{task.modified_date}} Run View Edit Delete