{% load static %} {% for task in my_tasks %} {% if task.status != "removed_invisible" %}
{{ task.id }} {% if user.is_authenticated %} Details   {% endif %} {% if task.has_quality %} Quality   {% endif %} {% if task.resume %} {{ task.status }} {% endif %} {% if not task.resume %} {{ task.status }} (holding) {% endif %} {{ task.project }} {{ task.sas_id }} {{ task.filter }} {% if task.has_quality %} {% for value in task.quality_as_list %} {{value}} {% endfor %} inspection plots   {% else %} ---- {% endif %} {% if user.is_authenticated %} {% if task.get_quality_remarks_taskid %}   {% else %}   {% endif %} {% endif %} {{ task.quality|default_if_none:"-" }}
{% endif %} {% endfor %} {% include "taskdatabase/modal/modal_script.html" %} {% include "taskdatabase/modal/modal.html" %}