Count tasks: {{= this.model.length }}
    {{# for(var i = this.model.length - 1; i >= 0; i -= 1) { }}
  • {{# if (this.model.at(i).get('done')) { }} {{# } else { }} {{# } }}
  • {{# } }}