17 lines
441 B
HTML
17 lines
441 B
HTML
<template name="viewer">
|
|
{{#if Template.subscriptionsReady}}
|
|
<div id="viewer">
|
|
{{ >confirmDeleteDialog }}
|
|
{{ >lesionLocationDialog }}
|
|
{{ >nonTargetLesionDialog }}
|
|
{{ >nonTargetResponseDialog }}
|
|
{{ >lesionTableHUD }}
|
|
<!-- >conformanceCheckFeedback -->
|
|
|
|
{{ >toolbarSection }}
|
|
{{ >flexboxLayout }}
|
|
</div>
|
|
{{else}}
|
|
{{ >loadingText }}
|
|
{{/if}}
|
|
</template> |