{% from "partials/board/_card.html" import kanban_card %}
{{ col.status }} {{ col.count }}
{%- if col.tickets -%} {% for c in col.tickets %}{{ kanban_card(c) }}{% endfor %} {%- else -%}
ยท
No tickets here
{%- endif -%}