{% if card.labels.length > 0 %}
{% if card.updated_at | datetime %}{% endif %}
{% for label in card.labels %}
{{ label.name }}
{% endfor %}
{% endif %}
{% if card.state !== "open" %} {{ card.state | printify }} {% endif %} {% if card.number %} #{{ card.number }} {% endif %} {{ card.title }}
{% if card.summary %}
Update summary (AI-generated)
{{ card.summary | markdown | safe }}
{% elif card.comments?.length > 0 %}
Latest activity
{% for comment in card.comments %}All clear!
No unread notifications in your inbox.
@{{ comment.author }} ยท {% if comment.updated_at | datetime %}{% endif %}
{# allow markdown in the comment body #}View comment on GitHub