{# Reusable Kanban board for tasks. Expects `tasks` and `kanban_columns` in context. #}
{{ task.description[:90] }}{% if task.description|length > 90 %}...{% endif %}
{{ _('Loading task details...') }}