2015-10-23 18:21:46 +02:00
|
|
|
<template name="lesionTableTimepointCell">
|
2015-12-19 04:24:00 +01:00
|
|
|
{{ #if hasDataAtThisTimepoint }}
|
2016-03-03 05:06:51 +01:00
|
|
|
{{ #if isBirectional }}
|
2015-12-23 23:53:44 +01:00
|
|
|
<td class="lesionTableTimepointCell targetCell" tabindex="1">{{displayData}}</td>
|
2015-12-19 04:24:00 +01:00
|
|
|
{{ else }}
|
2016-01-09 18:41:33 +01:00
|
|
|
<td class="lesionTableTimepointCell nonTargetCell" tabindex="1">{{displayData}}</td>
|
2015-12-19 04:24:00 +01:00
|
|
|
{{ /if }}
|
|
|
|
|
{{ else }}
|
|
|
|
|
<td class="lesionTableTimepointCell empty"></td>
|
|
|
|
|
{{ /if }}
|
2015-10-23 18:21:46 +02:00
|
|
|
</template>
|