19 lines
555 B
HTML
19 lines
555 B
HTML
<template name="viewer">
|
|
{{#if Template.subscriptionsReady}}
|
|
<div class="viewerDialogs">
|
|
{{>confirmDeleteDialog}}
|
|
{{>lesionLocationDialog}}
|
|
{{>nonTargetLesionDialog}}
|
|
{{>nonTargetResponseDialog}}
|
|
{{>lesionTableHUD (extend this)}}
|
|
{{! >conformanceCheckFeedback}}
|
|
</div>
|
|
<div id="viewer">
|
|
{{>toolbarSection (extend this)}}
|
|
{{>flexboxLayout (extend this)}}
|
|
</div>
|
|
{{else}}
|
|
{{>loadingText}}
|
|
{{/if}}
|
|
</template>
|