{% if tasks %}
| 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 '-' }} |
No tasks
{% endif %}