Board
To doadd
@if(getTask('todo').length > 0) { } @else {
No tasks
}
In progressadd
@if(getTask('inprogress').length > 0) { } @else {
No tasks
}
Await feedbackadd
@if(getTask('awaitfeedback').length > 0) { } @else {
No tasks
}
Doneadd
@if(getTask('todo').length > 0) { } @else {
No tasks
}