#{{ card.id }} {% if card.type %} {{ card.type }} {% endif %} {{ card.priority.value }}

{{ card.title }}

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

No description

{% endif %}