9 lines
209 B
HTML
9 lines
209 B
HTML
<template name="studyDateList">
|
|
<select id="selectStudyDate">
|
|
{{#each patientStudies}}
|
|
<option value="{{studyDate}}">{{studyDate}}</option>
|
|
{{/each}}
|
|
</select>
|
|
|
|
|
|
</template> |