#{{ task.id }} {{ task.title }}
{{ task.contact_name or "" }}{% if task.organization_name %} / {{ task.organization_name }}{% endif %}
{{ task.due_at or "No due date" }}
{% if not task.completed_at %}
{% else %}
Done
{% endif %}