2017-10-09 23:03:01 +02:00
|
|
|
<template name="studyBrowserList">
|
2017-10-11 13:03:35 +02:00
|
|
|
<div class="study-browser-list {{this.class}}">
|
2017-10-24 18:20:57 +02:00
|
|
|
{{#each studyInformation in getStudiesInformation}}
|
2017-10-09 23:03:01 +02:00
|
|
|
{{>studyBrowserItem (clone this studyInformation=studyInformation)}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|