8 lines
269 B
HTML
8 lines
269 B
HTML
<template name="studyBrowserList">
|
|
<div class="study-browser-list {{this.class}}">
|
|
{{#each studyInformation in getStudiesInformation}}
|
|
{{>studyBrowserItem (clone this studyInformation=studyInformation)}}
|
|
{{/each}}
|
|
</div>
|
|
</template>
|