{% extends "base.html" %} {% load staticfiles %} {% block content %} {% for task in tasks %} {% endfor %}
Task ID Sample ID Date Filename / URL Category Status
{{ task.id }} {{ task.sample_id }} {{ task.added_on }} {{ task.target }} {{ task.category }} {{ task.status }}
{% endblock %}