#{{ card.id }} {{ card.priority.value }}

{{ card.title }}

status
{{ card.status }}
labels
{{ card.labels | join(', ') or '—' }}
deps
{{ card.deps | join(', ') or '—' }}
assignee
{{ card.assignee or '—' }}
created
{{ card.created }}
updated
{{ card.updated }}
{% if card.body %}
{{ card.body }}
{% else %}

No description

{% endif %}