{# Task card for Kanban columns. Expects a `task` object with attributes. #}
{{ task.title }} {{ task.type }}
{{ task.assignee }} {% if task.goal_id %}◆ goal{% endif %} {% if task.story_points %}· {{ task.story_points }}pt{% endif %} {% if task.priority %}P{{ task.priority }}{% endif %}