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