2015-10-23 18:21:46 +02:00
|
|
|
<template name="lesionTableTimepointHeader">
|
2015-12-02 17:32:14 +01:00
|
|
|
<th class="lesionTableTimepointCell">
|
|
|
|
|
{{formatDA timepointName "MM/DD/YYYY"}}
|
|
|
|
|
{{#if timepointTextFound}}
|
|
|
|
|
{{timepointText}}
|
|
|
|
|
{{/if}}
|
|
|
|
|
{{#if timepointLoaded }}<span class="timepointIndicator"><</span> {{/if}}
|
|
|
|
|
</th>
|
2015-10-23 18:21:46 +02:00
|
|
|
</template>
|