{% if TASK_inst %} {%for i in TASK_inst.0 %} {% if i != "id" and i != "collection" and i != "owner" %} {% endif %} {% endfor %} {% for i in TASK_inst %} {% for j,v in i.items %} {% if j != "id" and j != "collection" and j != "owner" %} {% if j == "Status" %} {% if i.collection %} {% else %} {% endif %} {% elif j == "start_time" or j = "end_time" %} {% elif j == "Assignee" %} {% else %} {% endif %} {% endif %} {% endfor %} {% if i.collection %} {% else %} {% if i.owner == "owner" %} {% else %} {% endif %} {% endif %} {% endfor %}
{{i}}
{{v|default_if_none:" -- "}} (Group Task) {{v|default_if_none:" -- "}} {{v|default_if_none:""|date:"d/m/Y"}} {% if v %} {{v|join:", "}} {% else %} {{v|default_if_none:" -- "}} {% endif %} {{v|default_if_none:" -- "}} Update Delete
{% else %}

{{send}}

{% endif %} {% block data_review_pagination %} {% if TASK_inst %} {% if page_info > 1 %}
{% endif %} {% endif %} {% endblock %}