{% load static %} {% for task in my_tasks %} {% if task.status != "removed_invisible" %}
{{ task.id }} - {{ task.priority }} + {{ task.status }} {{ task.project }} {{ task.sas_id }} {{ task.workflow }} {{ task.creationTime|date:"Y-m-d H:i:s" }} {{ task.size_to_process|filesizeformat }} {% if task.status == "defining" %} Stage {% endif %} {% if task.status != "defining" %} Reset {% endif %} staged processed validated scrub scrubbed archived finished {% if task.status == "processed" %} Validate {% endif %}
{% endif %} {% endfor %}