{% load static %} {% for task in my_tasks %} {% if task.status != "removed_invisible" %}
{{ task.id }} {% if user.is_authenticated %} Details   {% endif %} {{ task.workflow }} {% if user.is_authenticated %} -10 {% endif %} {{ task.priority }} {% if user.is_authenticated %} +10 {% endif %} {% if task.resume %} {{ task.status }} {% endif %} {% if not task.resume %} {{ task.status }} (holding) {% endif %} {{ task.project }} {{ task.sas_id }} {{ task.creationTime|date:"Y-m-d H:i:s" }} {{ task.size_to_process|filesizeformat }} {% if user.is_authenticated %} {% if task.resume %} hold {% endif %} {% if not task.resume %} start {% endif %} {% if task.status == "processed" %} validate {% endif %} {% endif %}
{% endif %} {% endfor %} {% include "taskdatabase/modal/modal_script.html" %} {% include "taskdatabase/modal/modal.html" %}