{% load static %} {% for task in my_tasks %} {% if task.status != "removed_invisible" %}
{{ task.sas_id }} {{ task.project }} {{ task.workflow.id }} {{ task.filter }} {% if user.is_authenticated %} -10 {% endif %} {{ task.priority }} {% if user.is_authenticated %} +10 {% endif %} {{ task.activity.ingestq_status }} {{ task.activity.ingested_fraction|floatformat:"0" }}% {% if task.activity.has_archived != None %} link to LTA {{ task.activity.has_archived }}   {% else %} - {% endif %}
{% endif %} {% endfor %} {% include "taskdatabase/modal/modal_script.html" %} {% include "taskdatabase/modal/modal_no_close.html" %}