{% load static %} {% for task in my_tasks %} {% if task.status != "discarded" %}
{{ task.id }} {{ task.task_type }} {% if user.is_authenticated %} {% if task.is_summary or task.task_type == 'aggregation' %} Details   {% else %} Details   {% endif %} {% if task.has_quality %} {% if task.is_summary or task.task_type == 'aggregation' %} Quality   {% else %} Quality   {% endif %} {% endif %} {% endif %} {% if task.task_type_join == 'regular' %} {{ task.workflow.id }} {% endif %} {% if task.task_type_join == 'joined' %} {{ task.workflow.id }} {% endif %} {% if task.task_type_join == 'join' %} {{ task.workflow.id }} {% endif %} {% 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 }} {% if task.activity and task.activity.id %} {{ task.sas_id }} {% else %} {{ task.sas_id }} {% endif %} {{task.service_filter}} {{ task.filter }} {{ task.creationTime|date:"Y-m-d H:i:s" }} {{ task.size_to_process|filesizeformat }} {% if user.is_authenticated %} {% if not task.status == 'processed' %} {% if task.resume %} hold {% endif %} {% if not task.resume %} start {% endif %} {% endif %} {% endif %} {% include "taskdatabase/failures/retry_buttons.html" %}
{% endif %} {% endfor %} {% include "taskdatabase/modal/modal_script.html" %} {% include "taskdatabase/modal/modal.html" %}