2016-06-07 19:09:47 +02:00
|
|
|
<template name="studyTimepoint">
|
|
|
|
|
<div class="studyTimepointWrapper">
|
|
|
|
|
<div class="studyTimepoint">
|
2016-06-15 16:14:30 +02:00
|
|
|
{{#each study in studies}}
|
2016-06-21 18:55:16 +02:00
|
|
|
{{>studyTimepointStudy study=study active=(isActive study) viewportIndex=this.viewportIndex}}
|
2016-06-07 19:09:47 +02:00
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|