{% extends "base.html" %} {% block content %}

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 time taken total_cost creation_date modified_date Options
{{task.id}} {{task.name}} {{task.manifest}} {{task.status}} {{task.action}} {{task.md5}} {{task.started}} {{task.finished}} {{task.time_taken}} {{task.total_cost}} {{task.creation_date}} {{task.modified_date}} Run View Edit Delete
{% endblock content %} {% block extra_js %} {% endblock %}