2017-10-12 15:10:43 +02:00
|
|
|
<template name="timepointBrowserList">
|
2017-10-12 21:49:50 +02:00
|
|
|
<div class="timepoint-browser-list {{this.class}}">
|
2017-10-12 15:10:43 +02:00
|
|
|
{{#each timepoint in this.timepoints}}
|
|
|
|
|
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
|
2017-10-16 11:20:37 +02:00
|
|
|
<hr>
|
2017-10-12 15:10:43 +02:00
|
|
|
{{/each}}
|
2017-10-12 21:49:50 +02:00
|
|
|
</div>
|
2017-10-12 15:10:43 +02:00
|
|
|
</template>
|