{% if tasks %} {% for task in tasks %} {% endfor %}
Task Customer Status Due
{% if task.url %}{{ task.name }} {% else %}{{ task.name }}{% endif %} {{ task.custom_fields.get('Client', 'N/A') if task.custom_fields else 'N/A' }} {{ task.status }} {{ task.due_display or '-' }}
{% else %}

No tasks

{% endif %}