{{ task.task_name }}
{% if task.description %}{{ task.description }}
{% endif %}
{{ task.priority_label }}
{{ task.date_bucket }}
Target {{ task.internal_target_date or '-' }}
{% if task.latest_comment %}Latest: {{ task.latest_comment.message }}
{% endif %}