Template.lesionTableRow.helpers({
'timepoints': function() {
return this.lesionData.timepoints;
}
});