{% 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.filter }}
{{ 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 %}
{% endif %}
{% include "taskdatabase/failures/retry_buttons.html" %}
{% endif %}
{% endfor %}
{% include "taskdatabase/modal/modal_script.html" %}
{% include "taskdatabase/modal/modal.html" %}